虽然,我可以在本地提交我的更改,但我无法推送到原始主机
我跑
$ git remote add origin git@github.com:username/test.git
我明白了
fatal: remote origin already exists.
我跑
$ git push -u origin master
我明白了
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
这有什么问题?