Skip to content

Instantly share code, notes, and snippets.

@mostafa-asg
Last active October 9, 2017 12:07
Show Gist options
  • Save mostafa-asg/979e7296de375fc9a158554b3cf6ac25 to your computer and use it in GitHub Desktop.
Save mostafa-asg/979e7296de375fc9a158554b3cf6ac25 to your computer and use it in GitHub Desktop.
Set proxy on your linux terminal
export http_proxy="<YOUR PROXY>"
export https_proxy="<YOUR PROXY>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment