|-转 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
致命:无法连接到gitee.com
无论是pull 还是push 还是clone 都是这个错误 无法连接到码云 ping这个ip是可以ping通的
找到 .gitconfig 文件,把这几个配置删掉,就可以正常连接了
[url "git@github.com"]
insteadOf = https://github.com/:
[url "git://"]
insteadOf = https://
[url "https://"]
insteadOf = git://
这篇文章拯救了我 点击跳转...
浏览更多内容请先登录。 立即注册
更新于:2022-10-17 18:26:44
相关内容
小技巧:apache启动错误 AH00072: make_sock: could not bind to address ...
magento安装遇到的问题,注册magento.com
6 Steps to Install Magento 2 on CentOS [Latest] - Sample Data
magento安装时报错The store that was requested wasn't found. Verify the...
magento命令行安装成功后,在浏览器直接用ip加目录访问不到网站,要配置虚拟主机
Magento Composer安装时,必要时直接忽略版本 composer install --ignore-p...
Magento 介绍
Call to undefined function mysql_connect() 解决方法汇总
php报错 Error: Variable 'sql_mode' can't be set to the value of 'M...
PHP报错:Constants may only evaluate to scalar values
推荐内容