github - git上传问题

浏览:19日期:2023-10-06

问题描述

chenkuntaodeMacBook-Pro:KickBalliOS chenkuntao$ git remote add origin https://github.com/KarmaChen/BallGame.gitfatal: remote origin already exists.chenkuntaodeMacBook-Pro:KickBalliOS chenkuntao$

问题解答

回答1:

origin已经存在了,如果你坚持要增加一个resp的话,改个名字就行。 不信你可以在.git/config 文件看看 是不是origin已经被注册了。

回答2:

remote 库已经存在 你可以直接commit提交了 或者换个名 git add remote origin1 xxxxx

相关文章: