fatal: unable to access ‘https://**********.git/’: error setting certificate verify locations: CAfile: D:/Git/mingw64/ssl/certs/ca-bundle.crt CApath: none
因为有些服务器是https是自签名的. 所以在命令行上运行以下命令 将安全验证关掉
git config --global http.sslVerify false
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容