0
点赞
收藏
分享

微信扫一扫

error: remote origin already exists.

三千筱夜 2022-02-05 阅读 128
git

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 条评论