git- Repository not found

把本地库的内容推送到远程库出现错误:
ERROR: Repository not found.
fatal: Could not read from remote repository.
解决方法:
git remote set-url origin [email protected]:xxxxxx/xxxxxx.git
之后,你就可以
$ git push -u origin master(origin是远程库的名字)
得到结果

git- Repository not found_第1张图片
1.jpg.png

你可能感兴趣的:(git- Repository not found)