【git】remote origin alredy exists
remote origin alredy exists
要上传的源已经存在,
git remote rm origin //移除已经存在的源地址
git remote add origin ***.git //新增源地址
fatal: The current branch lx-fenmei has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-u
原创
2020-09-16 11:09:56 ·
112 阅读 ·
0 评论