我正在使用 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
错误?