致命:远程来源已经存在
git remote -v 查看远程库信息
解决:
# 1. 删除远程库:git remote rm 远程库 git remote rm origin # 2. 新建远程库:git remote add 远程库 git@github.com:github用户名/项目名.git git remote add origin https://github.com/github用户名/项目名.git
致命:远程来源已经存在
git remote -v 查看远程库信息
解决:
# 1. 删除远程库:git remote rm 远程库 git remote rm origin # 2. 新建远程库:git remote add 远程库 git@github.com:github用户名/项目名.git git remote add origin https://github.com/github用户名/项目名.git