Skip to content

Instantly share code, notes, and snippets.

@Thesharing
Created March 13, 2019 10:14
Show Gist options
  • Select an option

  • Save Thesharing/b96124a8e5c95b79fcc3cd256047f819 to your computer and use it in GitHub Desktop.

Select an option

Save Thesharing/b96124a8e5c95b79fcc3cd256047f819 to your computer and use it in GitHub Desktop.
在Windows中借助Shadowsocks运行Go Get

在命令提示行中先输入

set HTTP_PROXY=127.0.0.1:1080
set HTTPS_PROXY=127.0.0.1:1080

然后再运行

go list -m -json all
go build

等等命令。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment