Skip to content

Instantly share code, notes, and snippets.

@holysoros
Last active August 7, 2022 04:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holysoros/a3114f5d42007d0023e81398364919ba to your computer and use it in GitHub Desktop.
Save holysoros/a3114f5d42007d0023e81398364919ba to your computer and use it in GitHub Desktop.
Execute vim-go GoInstallBinaries command with proxy
env http_proxy=socks5://127.0.0.1:1081 https_proxy=socks5://127.0.0.1:1081 vim -c 'GoInstallBinaries' -c qa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment