git pull失败:Failed to connect to 127.0.0.1 port 10080: Connection refused

原因分析:看报错意思是pull时将请求打到了本机的10080端口,而本机的10080端口没程序在用,所以就被拒绝了。猜想可能是代理问题

  • git config --list
http.proxy=http://127.0.0.1:10080

确实是被代理了。
使用git命令解除代理即可解决

git config --global --unset http.proxy
git config --global --unset https.proxy

git pull 失败:Failed to connect to 127.0.0.1 port 10080: Connection refused相关推荐

  1. Xshell连接远程Linux服务器失败Could not connect to ‘192.xxx.xx.xxx‘ (port 22): Connection failed.

    问题描述: 我将自己的一台Ubuntu系统笔记本作为服务器,然后使用另一台win10系统的Xshell去远程连接该服务器,始终不成功. [备注]这个远程连接解决的是同一局域网中的远程,算不上真正的远程 ...

  2. vscode git错误“Failed to connect to 127.0.0.1 port 1080 after 2078 ms: Couldn‘t connect to server“

    vscode使用 git时,发生错误"Failed to connect to 127.0.0.1 port 1080 after 2078 ms: Couldn't connect to ...

  3. 解决git下载出现:Failed to connect to 127.0.0.1 port 1080: Connection refused拒绝连接错误

    解决git下载出现:Failed to connect to 127.0.0.1 port 1080: Connection refused拒绝连接错误 文章目录: 一.git拒绝连接原因分析 二.错 ...

  4. Git Failed to connect to 127.0.0.1 port 1080: Connection refused 解决

    问题 在git clone时报错:Failed to connect to 127.0.0.1 port 1080: Connection refused 解决方案: 由于设置了动态代理 执行下面命令 ...

  5. 报错curl: (7) Failed to connect to 127.0.0.1 port xxxx: Connection refused

    (pyenv install xxx) 报错curl: (7) Failed to connect to 127.0.0.1 port xxxx: Connection refused的解决方法 问题 ...

  6. unable to access ‘https://gitee...‘: Failed to connect to 127.0.0.1 port 31181 after 2029 ms: Connec

    idea提交推送代码到码云出现错误: unable to access 'https://gitee.com/-/': Failed to connect to 127.0.0.1 port 3118 ...

  7. fatal: unable to access ‘https://github.com/xxx/‘: Failed to connect to 127.0.0.1 port 7890: Connect

    git clone 项目的时候遇到报错: fatal: unable to access 'https://github.com/xxx/': Failed to connect to 127.0.0 ...

  8. 解决出现Failed to connect to 127.0.0.1 port XXXX: Connection refused

    解决出现Failed to connect to 127.0.0.1 port XXXX: Connection refused 一个可能的原因是使用了代理proxy. 解决方法: 查询是否使用代理: ...

  9. Failed to connect to 127.0.0.1 port 1086: Connection refused

    fatal: unable to access 'https://github.com/Homebrew/brew/': Failed to connect to 127.0.0.1 port 108 ...

最新文章

  1. 中国首个AI考级来了:共分10级,北大出题,工信部认证 | 在线可测,我最多活3级...
  2. OTA常见方案分析(差分升级 全量升级 AB面升级 Recovery系统升级)
  3. 201421410040 张运焘 实验一
  4. 第四次实验 恶意代码技术
  5. C++11 initializer_list 和 Range-based for loop 学习理解
  6. bzoj 2342: 双倍回文 回文自动机
  7. html 文本框数量加减,收藏!js实现input加减
  8. 树莓派3b安装ubuntu mate(在有显示器前提下看)
  9. [pytorch] Pytorch入门
  10. Collections常用方法总结
  11. 零基础如何快速入门深度学习?
  12. 【云计算】Kubernetes、Marathon等框架需要解决什么样的问题?
  13. 【疫情模型】基于matlab SEIR模型疫情分析预测【含Matlab源码 666期】
  14. 根据IP查询城市(基于ipdb库)
  15. Smart Game Booster Pro(cpu游戏优化加速软件)官方中文版V5.2.0.567 | 超强游戏帧数优化器 | 极品fps优化软件下载
  16. 蓝桥杯 阅兵方阵(预处理+暴力)
  17. 遇到了javah无法访问类的问题
  18. (旧)子数涵数·PS——冷色调与LOMO
  19. windows加载wim文件
  20. python 之 前端开发( JavaScript变量、数据类型、内置对象、运算符、流程控制、函数)...

热门文章

  1. javascript atob()函数和 btoa()函数-Base64的编码与解码
  2. android 电池续航时间,高端Android手机电池续航排行榜Droid居榜首
  3. SIM7600CE模块MQTT协议的AT指令流程
  4. MSP430-流水灯和key
  5. 直播带货app源码,实现直播的秒开和优化
  6. 鼠标滑过图片,图片抖动
  7. Jenkins使用时,报No valid crumb was included in the request的解决方法
  8. 微信授权登陆接入第三方App(步骤总结)Android。
  9. python 文本框不能放表情_用Python自动生成表情包,生活不易多才多艺!
  10. 基础理论知识复习(上)