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

suxing

管理员
每天清晨有多少双眼睛睁开,有多少人的意识苏醒过来,便有多少个世界。
IP归属地: 广东
文章
214
评论
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
  • 博客
等 人表示很赞
15,194
0

评论

空空如也
suxing
suxing
2016-01-06 23:44:21 广东

推荐 主机福利:三号主机新年特惠

智能摘要 DeepSeek 三号主机是WordPress圈内的知名品牌,提供香港和美国线路,速度优秀,支持超过一千个网站托管。创始人Suming是WordPress主题之家站长,服务全面:基础技术支持、7天全额退款、在线率高达99%、每 ...
  • 博客
  • CDN
  • IDC
  • wordpress
  • 三号主机
  • 安全
6,108 0
suxing
suxing
2019-08-27 1:50:15 广东

推荐 nicetheme开学季优惠,功课做不完,先撸一发主题再说。

智能摘要 DeepSeek 开学季活动:8月26-9月10日,Cosy主题享8折优惠,优惠码:xueshengj0901。Cosy主题v3.1版本上线,新增4款首页幻灯片样式和2款文章样式,性能大幅提升,数据库查询减少80%。其他活动: ...
  • 博客
3,268 2
suxing
suxing
2019-06-20 18:41:25 广东

推荐 坚持4年,我们仍在延续!

智能摘要 DeepSeek 我们推出了全新WordPress博客主题Panda PRO,经过多轮内测均获好评。原定于8月31日针对Grace主题用户推出0元购活动因调侃取消,但我们继续回馈老用户,重新推出回馈活动:购买Panda PRO ...
  • 博客
  • grace
  • wordpress
  • 主题
5,112 6
suxing
suxing
2021-03-29 11:52:26 广东

推荐 macOS 软件分享:Battery Buddy一个可爱的电量指示图标

智能摘要 DeepSeek Battery Buddy 是一款可爱的小电池图标应用,可替换系统默认图标,启动时自动显示在顶部状态栏。通过按住Fn键拖动可调整位置,支持自定义,效果明显。下载地址:https://batterybuddy. ...
  • 博客
15,701 0
suxing
suxing
2016-01-10 1:24:37 广东

推荐 说好的剁手,还是没忍住

智能摘要 DeepSeek 用户因主板内存槽问题无法双通道使用,导致电脑无法正常开机显示,卖家返修需4周时间。期间使用媳妇的华硕U303笔记本,该笔记本做工扎实,但无固态硬盘,且内存不足,导致性能提升有限。最终决定购买8G内存和固态硬盘 ...
  • 博客
  • GRACE主题
  • 三星850 EVO
  • 华硕u303
6,703 6

我用的 WordPress 主题

2021 年单栏 WordPress 主题

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