zl程序教程

您现在的位置是:首页 >  工具

当前栏目

fatal: unable to connect to gitee.com: gitee.com[0: 180.97.125.228]: errno=Unknown error 解决方案

解决方案 Error to com unable connect unknown fatal
2023-09-27 14:25:37 时间

fatal: unable to connect to gitee.com:
gitee.com[0: 180.97.125.228]: errno=Unknown error

直接找到.gitconfig文件,把这几个配置删掉,就可以正常push了

[url "git@github.com"]
insteadOf = https://github.com/:
[url "git://"]
insteadOf = https://
[url "https://"]
insteadOf = git://