我正在使用一个 ruby on ails 应用程序,并尝试同步一个 fork。值得一提的是,我也在使用 Mac。我采取了以下行动:
$ git remote -v
to get a view of my local repository. I messed up when trying to go upstream
:
$ git remote add upstream https://github.com/foo/repo.git
当我应该把 Foo 大写的时候:
$ git remote add upstream https://github.com/Foo/repos.git
The question is how do I remove the upstream
because every time I try and change this it comes back with creating a fatal
error?