今天在link remote http網址
出現以下錯誤
Unable to get local issuer certificate
解決方法(from: https://goo.gl/aG94gp)
Tell git to not perform the validation of the certificate using the global option
git config --global http.sslVerify false
出現以下錯誤
解決方法(from: https://goo.gl/aG94gp)
Tell git to not perform the validation of the certificate using the global option
git config --global http.sslVerify false