Mapped git files losts their connection

こ雲淡風輕ζ 提交于 2019-12-09 06:56:26
  1. The first problem that IntellJ IDEA 2016.3.x can't execute [VCS - Git - Remotes...]. You need do it in console with git remote add...
  2. The second problem was that Windows doesn't use my saved credentials from [Control Panel - Users - Credentials - Edit]. So I just remove'em and recreate - so fetch starts to work.
  3. The third was, that was create new branch, but noone tols me about it :(
VonC

Check the value of git config credential helper (for instance, on Windows, you could see "manager"

If that is the case, see "How to sign out in Git Bash console in Windows?":

git credential-manager delete <url>

Here

git credential-manager delete https://github.com

Or you can access the interface of the manager.

You don't have to remove the credential helper which is practical for caching user's password.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!