To download some opensource code behind the office firewalls I am exporting the Proxy
like this
export http_proxy=http://username:passwdatXYZ.com:portnumber
export https_proxy=http://username:passwdatXYZ.com:portnumber
export HTTP_PROXY=://username:passwdatXYZ.com:portnumber
export HTTPS_PROXY=://username:passwdatXYZ.com:portnumber
How do I know wether my this export with the above password and login is correct or not or working or not!
My pasword has a special character - "!
" e.g it is -> abcd!efgh
, so do I have to supply the password as abcd%21efgh
(where 21
is the unicode for special character "!
")
Since it isn't working, what would you change to those settings?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…