Skip to content

Instantly share code, notes, and snippets.

@HoriLiu
Last active April 8, 2017 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HoriLiu/c5b85f9870e032a9e745126bd9e2be08 to your computer and use it in GitHub Desktop.
Save HoriLiu/c5b85f9870e032a9e745126bd9e2be08 to your computer and use it in GitHub Desktop.
Install taiga.io behind proxy
#Set proxy in ~/.gitconfig
[http]
proxy=http://user:psw@proxyaddress:port
[https]
proxy=https://user:psw@proxyaddress:port
#proxychains
sudo apt-get install libssl-dev libffi-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment