Apt-get update with an @ in password error
You need to escape
special characters. So place a \
in front of the @
like so:
export http_proxy=http://deepak:Deepak\@[email protected]:3128
Alernatively you can also use %40
.
Click on
- Dash home
- Search for System Settings
- Select Network
- Select Network Proxy
- Select Manual method
- Set you proxy and port
Kudos You are Done if you set right
If your password or username contains @
you can percent-encode (also referred as URL encoding) it as %40
in the proxy url. For more special characters see here