liujitao79

git

# set git through socks5 proxy:
git config --global http.proxy socks5://127.0.0.1:1080

# Recover git global config:
git config --global --unset http.proxy

go

https_proxy=socks5://127.0.0.1:1080  http_proxy=socks5://127.0.0.1:1080 go get -u -v github.com/mattn/go-sqlite3

分类:

技术点:

相关文章:

  • 2021-12-04
  • 2021-12-14
  • 2021-12-04
  • 2021-12-21
  • 2021-12-04
  • 2021-12-04
  • 2021-09-23
猜你喜欢
  • 2021-12-04
  • 2021-12-04
  • 2021-10-22
  • 2021-12-19
  • 2021-12-04
  • 2021-12-04
相关资源
相似解决方案