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