“使用SOCKS修改github443错误”的版本间的差异

来自YTYZX有图有真相的百科
跳转至: 导航搜索
(创建页面,内容为“ 1.使用github如需命令可以走SOCKS5代理,避免“Failed to connect to github.com port 443:Timed out” 错误。 git config --global http.proxy socks...”)
 
(没有差异)

2021年12月11日 (六) 15:48的最新版本

1.使用github如需命令可以走SOCKS5代理,避免“Failed to connect to github.com port 443:Timed out” 错误。
  git config --global http.proxy socks5://127.0.0.1:7070
  备注:127.0.0.1后面的端口号以实际运行的端口号为准。