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/文章来源:https://www.toymoban.com/news/detail-405423.html
然后再git clone。文章来源地址https://www.toymoban.com/news/detail-405423.html
到了这里,关于git-lfs安装及clone常见问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!