git-|git- Repository not found

把本地库的内容推送到远程库出现错误:
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是远程库的名字)
得到结果

git-|git- Repository not found
文章图片
1.jpg.png 【git-|git- Repository not found】

    推荐阅读