d
Amit DhamuSoftware Engineer
 

Use Terminal Through Proxy

1 minute read 00000 views
  1. Create a .bash_profile file
cd ~
touch .bash_profile
  1. Add the following to your .bash_profile using vim or nano
http_proxy=http://192.168.123.45:8080
https_proxy=https://192.168.123.45:8080
export http_proxy
export https_proxy