git提示error setting certificate verify locations以及fatal: unable to access 的解决办法

时间:2022-07-06 15:48:33

z当使用git ------上传文件到GitHub上时!~~~出现了以下错误  :fatal: unable to access '

git提示error setting certificate verify locations以及fatal: unable to access   的解决办法

可以采用以下解决方式: 修改GitHub上的地址格式=====https: //username:passwords@github.com/……

git提示error setting certificate verify locations以及fatal: unable to access   的解决办法

当还是存在这个问题时:error setting certificate verify locations

git提示error setting certificate verify locations以及fatal: unable to access   的解决办法

可以采用以下方式解决:使用git 命令输入这个代码:git config --system http.sslverify false

git提示error setting certificate verify locations以及fatal: unable to access   的解决办法

这样就可以成功的解决了以上两个问题

git提示error setting certificate verify locations以及fatal: unable to access   的解决办法