首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
pycharm上传GitHub时报错:push failed: fatal: unable to access 'https:github.com***port 443: Timed out
pycharm上传GitHub时报错:push failed: fatal: unable to access 'https:github.com***port 443: Timed out
xiaoxiao
2025-04-06
30
系统证书问题,系统判断这个行为会造成不良影响,所以进行了阻止,只需要设置跳过SSL证书验证即可。
1.在当前项目根目录中打开Git(右键选择 Git Bash Here)
2.运行:
git config --global http.sslVerify false
转载请注明原文地址: https://yun.8miu.com/read-136935.html
最新回复
(
0
)