赞
踩
最近在git pull ;git push 提示一下错误
查找了好多方式都没有解决
最后找个一种解决方案
查看https://aka.ms/gcmcore-tlsverify后,发现应该是缺少了安全认证,所以解决方法是重启安全认证。
git config --global http.sslVerify true
参考:https://blog.csdn.net/xxwwh/article/details/119841089
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。