当前位置:   article > 正文

git-lfs安装及clone常见问题_could not find git

could not find git

1.  安装git for windows-3.20版本,报错Could not find git; can not register Git LFS。

错误原因:可能这个版本有问题。参考:Could not find Git; can not register Git LFS. · Discussion #5031 · git-lfs/git-lfs · GitHub

解决方式:安装Git for Windows 2.36.1

2. 报错fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset, 

解决方式:解除ssl验证后,再次git即可

git config --global http.sslVerify "false"

3. git clone 速度慢怎么办?

问题:github.com.cnpmjs.org镜像网站用不了,会出现错误:fatal: unable to access 'https://github.com.cnpmjs.org/...': Could not resolve host: github.com.cnpmjs.org

解决方案:控制台输入:git config --global url."https://hub.fastgit.xyz/".insteadOf https://github.com/

然后再git clone。

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

闽ICP备14008679号