cmd执行命令
git remote rm origin
然后再执行
git remote add origin git@github.com:Chenchuanze123/Vue-tutorial.git
git branch -M main
git push -u origin main
error: remote origin already exists.
阅读 128
2022-02-05
cmd执行命令
git remote rm origin
然后再执行
git remote add origin git@github.com:Chenchuanze123/Vue-tutorial.git
git branch -M main
git push -u origin main
相关推荐
精彩评论(0)