error:could not lock config file .git/config: no such file or directory. git
右键TortoiseGit--settings--Git--Edit systemwide gitconfig--把postBuffer的值修改成524288000 bash
报错信息 app
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 ssh
最简单的解决方法是执行下面的命令,而后从新执行 git clone 命令:
git config --global http.sslVerify false ide