当前位置:   article > 正文

vscode报错处理:Failed to connect to 127.0.0.1 port 15732 after 2062 ms: Connection refused_failed to connect to 127.0.0.1 port 15732: connect

failed to connect to 127.0.0.1 port 15732: connection refused

问题描述:在gitlab上拉取代码出现的问题请添加图片描述

问题处理

对于vscode出现这个问题的处理:

// 首先,查一下当前全局的 http 代理:
git config --global http.proxy
// 如果有代理,就取消
git config --global --unset http.proxy
 
// 再查 https 的代理:
git config --global https.proxy
// 同样的,有就取消
git config --global --unset https.proxy
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号