Last active
August 7, 2022 04:03
-
-
Save holysoros/a3114f5d42007d0023e81398364919ba to your computer and use it in GitHub Desktop.
Execute vim-go GoInstallBinaries command with proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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