标签:
error:could not lock config file .git/config: no such file or directory.
右键TortoiseGit--settings--Git--Edit systemwide gitconfig--把postBuffer的值修改为524288000
报错信息
git.exe clone --progress -v "https://git.duapp.com/appiddfged879rf" "F:\bae\yelp"
Cloning into ‘F:\bae\yelp‘...
fatal: unable to access ‘https://git.duapp.com/appiddfged879rf/‘: SSL certificate problem: unable to get local issuer certificate
最简单的解决方法是执行下面的命令,然后重新执行 git clone 命令:
git config --global http.sslVerify false
标签:
原文地址:http://my.oschina.net/cng1985/blog/471820