苏醒 苏醒
  • 首页
  • WP主题
  • WP插件
  • WP教程
  • 是日一记
  • 博客
    • 留言
    • 唠叨
    • 盆友圈
    • 栏目推荐

suxing

管理员
每天清晨有多少双眼睛睁开,有多少人的意识苏醒过来,便有多少个世界。
IP归属地: 广东
文章
216
评论
236
suxing
2022-08-22 13:17:18 广东

解决 GitHub Failed to connect to 127.0.0.1 port 7890 after 5 ms: Connection refused

文章字数:899
阅读时间: 3 分钟
智能摘要 DeepSeek
本文介绍了如何查询、取消和重新设置代理端口。首先通过命令查询代理设置,若存在则取消系统及Git的代理配置,并清除相关环境变量。取消后再次查询确认,若无代理则重新设置Git的HTTP/HTTPS代理端口,推荐使用SOCKS5代理。

查询下代理,如果有,就取消。然后重新设置代理端口即可。

1、查询代理

 env|grep -i proxy

2、有

通过系统命令取消代理
unset http_proxy
unset https_proxy
unset all_proxy
通过git取消代理设置
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy
#只对github.com
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080

#取消代理
git config --global --unset http.https://github.com.proxy

3、再次查询

git config --global http.proxy #查看git的http代理配置
git config --global https.proxy #查看git的https代理配置
git config --global -l #查看git的所有配置

4、如果没有就重新设置代理端口

git config --global http.proxy 127.0.0.1:1087
git config --global https.proxy 127.0.0.1:1087
#使用socks5代理(推荐)
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
#使用http代理(不推荐)
git config --global http.https://github.com.proxy http://127.0.0.1:1080
  • 博客
等 人表示很赞
16,948
0

评论

空空如也
suxing
suxing
2019-06-25 13:01:20 广东

推荐 已结束|帮你买单!nicetheme 诚招优秀媒体合伙人 免费使用主题啦

智能摘要 DeepSeek 申请尼思主题免费使用权需满足以下条件:粉丝数过万、年运营1年以上、日流量1000IP以上、原创文章超200篇等。申请后可获得产品使用权、功能支持及定期更新服务,并在官方展示位推广。网站需保留底部版权声明,并发 ...
  • 博客
  • 唠叨
  • nicetheme
  • 主题
  • 网站
9,448 12
suxing
suxing
2014-04-21 13:14:13 广东

推荐 “米粉节”为什么能爆发出15亿的势能?

智能摘要 DeepSeek 米粉节当天,小米手机销售额高达13亿,远超预期。红米系列凭借2000-4000元价位的性价比,吸引了大量消费者。MIUI系统优化了用户体验,成为红米的核心优势。用户需求满足度高,尤其是短信和功能键的使用频率。 ...
  • 博客
5,579 0
suxing
suxing
2015-01-07 19:50:22 广东

推荐 [主机福利]3号主机感恩三年,有你! 香港电讯cPanel主机¥119元

智能摘要 DeepSeek 3号主机(3LOC.NET)表现优异,稳定且售后服务优质,深受wordpress用户喜爱。自2012年运营以来,三号主机已成为wordpress专用主机的首选,为众多用户提供了优质服务。2015年新年之际,三 ...
  • 博客
8,302 0
suxing
suxing
2023-10-22 2:33:38 广东

推荐 为什么 NASA 选择 WordPress 来改版官网

智能摘要 DeepSeek NASA 官网完成从 Drupal 到 WordPress 的改版,历时18个月,耗资数百万美元。新网站采用 WordPress ...
  • 博客
6,015 0
suxing
suxing
2019-09-14 1:57:30 广东

推荐 说几件事

智能摘要 DeepSeek 关于中秋国庆活动的提醒: Grace 用户群已解散,未来所有主题用户将集中在一个群交流。售后建议通过官网工单系统处理,可快速解决近1000个工单。ApolloTWO 用户中心积木因开发延迟,暂无法使用。中秋国 ...
  • 博客
3,969 3

我用的 WordPress 主题

2021 年单栏 WordPress 主题

Copyright © 2012-2026 苏醒. All rights reserved. Designed by nicetheme.
  • 首页
  • 主题
  • 教程
  • 博客
  • 唠叨
  • 留言