Golang Proxy Configuration

miAlism

miAlism / December 21, 2021

1 min read

  • dial tcp ... i/o timeout error in go install or go get command
export http_proxy=http://127.0.0.1:7890
export https_proxy=http://127.0.0.1:7890