I am using following command
git config --global http.proxy http://myusername:mypassword@myproxyserver:8080
Here, mypassword has '@'
symbol so it is not working
How can I resolve the issue
I am using following command
git config --global http.proxy http://myusername:mypassword@myproxyserver:8080
Here, mypassword has '@'
symbol so it is not working
How can I resolve the issue
Try and percent encode your special character: