chenkuntaodeMacBook-Pro:KickBalliOS chenkuntao$ git remote add origin https://github.com/KarmaChen/BallGame.git
fatal: remote origin already exists.
chenkuntaodeMacBook-Pro:KickBalliOS chenkuntao$
chenkuntaodeMacBook-Pro:KickBalliOS chenkuntao$ git remote add origin https://github.com/KarmaChen/BallGame.git
fatal: remote origin already exists.
chenkuntaodeMacBook-Pro:KickBalliOS chenkuntao$
5 回答3.1k 阅读
3 回答2.8k 阅读
1 回答1.5k 阅读✓ 已解决
2 回答712 阅读✓ 已解决
1 回答491 阅读
591 阅读
1 回答477 阅读
origin已经存在了,如果你坚持要增加一个resp的话,改个名字就行。 不信你可以在.git/config 文件看看 是不是origin已经被注册了。