当前位置:   article > 正文

Git 更新代码 返回504_git the requested url returned error: 504

git the requested url returned error: 504

报错提示: unable to access 'http://gitlab.xxx"  The requested URL returned error: 504

网上查询报错原因:

提示为网络或者代理有问题,检查后并无异常~!

最后找到问题是git代理配置异常

执行取消代理的命令:问题解决~
git config --global --unset http.proxy
git config --global --unset https.proxy

  1. 取消代理的命令:
  2. git config --global --unset http.proxy
  3. git config --global --unset https.proxy
  4. 查看代理:
  5. git config --global --get http.proxy
  6. git config --global --get https.proxy
  7. 配置代理
  8. git config --global http.proxy 'http://127.0.0.1:0000'
  9. git config --global https.proxy 'http://127.0.0.1:0000'

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/560962
推荐阅读
相关标签
  

闽ICP备14008679号