Escape @ character in git proxy password

I’d try using the URL Encoded value of the @ symbol (%40) if you’re passing the password in the proxy url:

http.proxy=http://userId:pwd%40123@ipaddress:port

Leave a Comment