- view the environment variables of the current agent
env | grep proxy
- setting environment variables
dzh@dzh-V5-471G:/media/dzh/linux$ export https_proxy=""
dzh@dzh-V5-471G:/media/dzh/linux$ export http_proxy=""
- verify the current proxy settings
env | grep proxy
- test git cone connection
normal connection
OL>