遇到的問題報(bào)錯(cuò)如下
fatal: unable to access 'https://github.com/flamez57/mysweet.git/': SSL certificate problem: unable to get local issuer certificate
解決辦法:執(zhí)行下面命令即可
git config --global http.sslVerify false
遇到的問題報(bào)錯(cuò)如下
fatal: unable to access 'https://github.com/flamez57/mysweet.git/': SSL certificate problem: unable to get local issuer certificate
解決辦法:執(zhí)行下面命令即可
git config --global http.sslVerify false