【发布时间】:2013-11-17 01:30:28
【问题描述】:
我正在使用 ruby on rails 应用程序,我正在尝试同步一个 fork。值得一提的是,我也在 Mac 上。我执行了以下操作:
$ git remote -v
查看我的本地存储库。我在尝试去upstream时搞砸了:
$ git remote add upstream https://github.com/foo/repo.git
什么时候应该大写 Foo:
$ git remote add upstream https://github.com/Foo/repos.git
问题是如何删除upstream,因为每次我尝试更改它都会返回创建fatal 错误?
【问题讨论】:
标签: git repository git-fetch