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

suxing

管理员
每天清晨有多少双眼睛睁开,有多少人的意识苏醒过来,便有多少个世界。
IP归属地: 广东
文章
215
评论
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,611
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,652 2
suxing
suxing
2019-06-20 18:41:25 广东

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

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

推荐 WordPress 赛博朋克图片主题:Vanilla 主题

智能摘要 DeepSeek 这是一款赛博朋克风格的WordPress主题,具有深色配色、沉浸式首页大图、多种缩略图比例、视频集模式、文章角标、用户交互功能等特 ...
WordPress 赛博朋克图片主题:Vanilla 主题,这是一款多功能的 WordPress 主题,赛博朋克的配色,大气有质感的交互设计,令人愉悦的视觉体验,内置丰富的功能布局,简单几步就能做出好看且好用的网站。特别适合文字、设计、视频工作者的使用。
nicetheme出品
  • 博客
  • suxing:
    超级推荐的一款主题
18,258 5
suxing
suxing
2019-07-05 16:48:00 广东

推荐 WordPress杂志主题:Cosy 主题更新至v3.1,优雅和好用并存

智能摘要 DeepSeek Cosy WordPress主题v3.1版更新,新增4款首页幻灯片样式及2款文章样式,优化后性能大幅提升,数据库查询减少近80%。同时,官方推荐购买,售价699元,优惠码“suxingcosy”可享20个66 ...
  • 主题推荐
  • 博客
  • cosy
  • v
  • 更新
4,671 3
suxing
suxing
2021-11-01 18:27:16 广东

推荐 解决wordpress图像后期处理失败,推荐的最大尺寸为2500像素的问题

智能摘要 DeepSeek 用户上传图片时出现“图像后期处理失败”错误,可能原因包括:PHP版本低于7.0、上传文件大小限制过小、未加载imagick模块、文 ...
  • 博客
5,171 0

我用的 WordPress 主题

2021 年单栏 WordPress 主题

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