当前位置:   article > 正文

Gitee项目上传及fatal:remote origin already exists错误_gitte如何上传代码error: remote origin already exists.

gitte如何上传代码error: remote origin already exists.

必备:
git
gitee账号及仓库;
注:这是有已提交过gitee仓库的操作
步骤:

  1. 选择要上传的项目文件,右键选择Git Bash Here
  2. 在打开的git中输入
git add . --------------------将文件上传到缓存区
git commit -m '备注'----------告诉git提交到库的备注
git push origin master-------上传文件
  • 1
  • 2
  • 3

报错:
如果在项目中再上到传别的仓库可能会报
'fatal:remote origin already exists'
这是已有仓库源的错误,这时候只需执行

git remote rm origin
  • 1

然后重复步骤操作即可。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/426763
推荐阅读
相关标签
  

闽ICP备14008679号