Last active
April 8, 2017 03:41
-
-
Save HoriLiu/c5b85f9870e032a9e745126bd9e2be08 to your computer and use it in GitHub Desktop.
Install taiga.io behind 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
#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