码迷,mamicode.com
首页 > 移动开发 > 详细

GitHub# fatal: 'origin' does not appear to be a git repository

时间:2018-07-29 10:45:19      阅读:1185      评论:0      收藏:0      [点我收藏+]

标签:access   translate   远程   sla   无法读取   ext   exists   app   fetch   

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 存储库

                 致命:无法读取远程存储库

                 请确定你有正确的访问权力,并且 存储库存在 

   解决方案:  1. 首先,检查你的起源是设定的运行
                              git remote -v
                           显示
                         orgin    git@github.com:chaorwin/chaorwin.git (fetch)
                         orgin    git@github.com:chaorwin/chaorwin.git (push)


                          "origin" 不存在

                       2.重命名它,或改变URL,删除它,然后添加正确的一个。

 

                            git remote remove orgin

                      3. 增加一个

                            git remot add origin git@github.com:chaorwin/chaorwin.git

                      4. git push origin master

GitHub# fatal: 'origin' does not appear to be a git repository

标签:access   translate   远程   sla   无法读取   ext   exists   app   fetch   

原文地址:https://www.cnblogs.com/itzfz/p/9384407.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!