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

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://

原文地址:https://www.cnblogs.com/kinome/p/15698839.html