git/EGit失去远程配置

git/EGit失去远程配置,git,egit,git-remote,Git,Egit,Git Remote,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.gi

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)
原因是

启动时,它会更新~\Documents\GitHub中存储库的
origin

原因是

启动时,它会更新~\Documents\GitHub中存储库的
origin


有三个配置文件(一个在repo中,一个在
~/.gitconfig
中,另一个在安装git的地方)。是否可能本地repo配置覆盖了HOME中的配置?否~/.gitcongif;used msysgit在C:\Program Files(x86)\Git\etc\gitconfigOk中没有存储库的配置,只是检查一下。不知道为什么EGit会做一个
git远程设置url源
。您使用的是什么版本的Eclipse、Egit、java和OS?有三个配置文件(一个在repo中,一个在
~/.gitconfig
中,另一个在安装git的地方)。是否可能本地repo配置覆盖了HOME中的配置?否~/.gitcongif;used msysgit在C:\Program Files(x86)\Git\etc\gitconfigOk中没有存储库的配置,只是检查一下。不知道为什么EGit会做一个
git远程设置url源
。您使用的是什么版本的Eclipse、Egit、java和OS?