老实舞蹈

文章
7
资源
0
加入时间
3年2月3天

git pull/push 错误 Repository not found

说一说我之前遇到的问题:        我在码云上使用自己的邮箱注册了账号,后来全部换成公司的账号后,https://gitee.com/xxxx/SignalAret.git  这个中间的 ‘xxxx’ 也换了,导致我之前同步到的工程一 git pull 或者 git push 就会报错 :Repository not found,这其实是之前的路径不存在了,需要改变远程仓库的链接 ---&...