胖仔

文章 分类 评论
10 6 0

站点介绍

胖仔的个人技术学习、心得、日常的分享站

上传到Github的git需要配置端口

胖仔配猪 2026-02-09 207 0条评论 C#学习 Git

首页 / 正文

需要在命令窗口给git配置代理示例如下

//http 代理(按你实际端口改)
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy https://127.0.0.1:7890
// 取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy

评论(0)


赣ICP备2025055021号-3

日历

2026年04月

   1234
567891011
12131415161718
19202122232425
2627282930  

文章目录