在公司的windows下使用github,因为github被墙,查了查,发现给在windows下的git制定代理很简单,一句话
 
git config --global http.proxy http://127.0.0.1:8087
 
我使用的是goagent
 
这样就可以是使用http连接操作github
 
简单备忘




相关文章:

  • 2022-03-07
  • 2021-08-13
  • 2021-09-20
  • 2021-11-03
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-15
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
  • 2021-04-20
  • 2021-10-09
相关资源
相似解决方案