软件安装git push/pull 超时问题解决

Posted S大幕

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了软件安装git push/pull 超时问题解决相关的知识,希望对你有一定的参考价值。

在有些网络下使用 git push/pull 命令操作 github 代码时候,会出现类似 timeout 等超时问题,这时可以在终端利用 git config 命令挂上代理,具体命令如下:

git config --global http.https://github.com.proxy socks5://127.0.0.1:****

**** 是当前代理的端口号,具体可以通过查看自己的代理来获得

创作打卡挑战赛 赢取流量/现金/CSDN周边激励大奖

以上是关于软件安装git push/pull 超时问题解决的主要内容,如果未能解决你的问题,请参考以下文章

软件安装git push/pull 超时问题解决

ssh链接git服务器,解决push pull要求输入密码问题

git push/pull 对应分支

解决git push/pull 每次都要输入密码ssh-keygen

CentOS下git push/pull无需输入密码

sh [git pull / push] pull或push命令#git #bash #linux