GitHub# fatal: 'origin' does not appear to be a git repository
Posted it蛰伏者
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GitHub# fatal: 'origin' does not appear to be a git repository相关的知识,希望对你有一定的参考价值。
1. fatal: ‘origin‘ does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
翻译: 致命:“origin”不是一个 git 存储库
致命:无法读取远程存储库
请确定你有正确的访问权力,并且 存储库存在
git remote -v
显示
orgin [email protected]:chaorwin/chaorwin.git (fetch)
orgin [email protected]:chaorwin/chaorwin.git (push)
"origin" 不存在
2.重命名它,或改变URL,删除它,然后添加正确的一个。
git remote remove orgin
3. 增加一个
git remot add origin [email protected]:chaorwin/chaorwin.git
4. git push origin master
以上是关于GitHub# fatal: 'origin' does not appear to be a git repository的主要内容,如果未能解决你的问题,请参考以下文章
GitHub Desktop报错fatal: unable to access 'https://github.com……: schannel: failed to open CA file
git同步遇到报错“fatal: unable to access 'https://github.com/lizhong24/mysite2.git/': Peer reports
git同步遇到报错“fatal: unable to access 'https://github.com/ruanwenwu/newp.git/': Peer reports inc
git——解决“fatal: Authentication failed for 'https://github.com/balabala”
(转)git clone出现 fatal: unable to access 'https://github.com/...'的解决办法
fatal: unable to access 'https://github.com/xxx': Connection timed out after 300040 millisec