把本地库的内容推送到远程库出现错误:
ERROR: Repository not found.
fatal: Could not read from remote repository.
解决方法:
git remote set-url origin git@github.com:xxxxxx/xxxxxx.git
之后,你就可以
$ git push -u origin master(origin是远程库的名字)
得到结果
1.jpg.png
把本地库的内容推送到远程库出现错误:
ERROR: Repository not found.
fatal: Could not read from remote repository.
解决方法:
git remote set-url origin git@github.com:xxxxxx/xxxxxx.git
之后,你就可以
$ git push -u origin master(origin是远程库的名字)
得到结果
1.jpg.png
本文标题:git- Repository not found
本文链接:https://www.haomeiwen.com/subject/oriyfftx.html
网友评论