EGit将丢失远程配置。
我有这样的远程配置(2个远程):

但是到了早上我又得到了(原点是/PaulVI):

git remote输出:
C:\Users\weibl\Documents\GitHub\nodeclipse-2 [master]> git remote -v
PaulVI https://github.com/PaulVI/nodeclipse-2.git (fetch)
PaulVI https://github.com/PaulVI/nodeclipse-2.git (push)
origin https://github.com/PaulVI/nodeclipse-2.git (fetch)
origin https://github.com/PaulVI/nodeclipse-2.git (push)发布于 2013-04-09 12:40:33
原因是GitHub for Windows。
在启动时,它会更新~\Documents\GitHub中存储库的origin值。

https://stackoverflow.com/questions/15873682
复制相似问题