当前位置:   article > 正文

fatal: not a git repository (or any of the parent directories): .git的解决方案_cannot find git repository in any parent directory

cannot find git repository in any parent directory

看效果

 

执行git clone拉取代码出现错误RPC failed,curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054解决方法

执行git clone拉取代码出现错误RPC failed,curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054解决方法_小蜜蜂1010的博客-CSDN博客https://blog.csdn.net/u011174699/article/details/106694704/然鹅还是有问题

问题1、

fatal: not a git repository (or any of the parent directories): .git

解决:

$ git init

问题2、

fatal: No such remote 'origin'

 git remote set-url 是修改远程的url的命令,前提是先有远程url

so  你必须先增加一个远程url

 git remote add origin "xxx.git"

最后重新设置即可

问题3、

Git: There is no tracking information for the current branch.

在执行git pull的时候,提示当前branch没有跟踪信息:

git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.

对于这种情况有两种解决办法,就比如说要操作master吧,一种是直接指定远程master:

git pull origin master

最后还是有问题的话,删掉该目录,重新Git clone 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/678696
推荐阅读
  

闽ICP备14008679号