首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >git/EGit丢失远程配置

git/EGit丢失远程配置
EN

Stack Overflow用户
提问于 2013-04-08 15:34:29
回答 1查看 79关注 0票数 1

EGit将丢失远程配置。

我有这样的远程配置(2个远程):

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

git remote输出:

代码语言:javascript
复制
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)
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-04-09 12:40:33

原因是GitHub for Windows

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

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/15873682

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档