github - git上传问题
PHP中文网
PHP中文网 2017-05-02 09:26:38
0
2
519

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

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
某草草

origin already exists, if you insist on adding a resp, just change the name. If you don’t believe it, you can check in the .git/config file to see if origin has been registered.

刘奇

The remote library already exists. You can commit directly or change the name git add remote origin1 xxxxx

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!