登录社区云,与社区用户共同成长
邀请您加入社区
有些时候由于连不上git服务器而我们又需要推送代码,这时就需要设定git代理服务器。1,http和https代理如果说使用的是项目http或者https地址,就配置http与https代理即可,输入以下命令:git config --global http.proxy "socks5://地址:端口"git config --global https.proxy "socks5://地址:端口"例