I have my /etc/environment
file set up with proxy settings. It looks like this -
http_proxy="http://userName:password@proxy:port/"
https_prxoxy="http://userName:password@proxy:port/"
The password contains an @
symbol which somehow seems to be conflicting with the latter @
symbol because of which I am not able to connect to the network. How do I escape the @
symbol in the password?
\\
) before the first @ character. If that doesn't work take a look here; http://serverfault.com/questions/506053/how-does-one-properly-escape-a-leading-character-in-linux-etc-environment – Seth Mar 30 '15 at 18:36