I have this error I cannot connect to the proxy I spend 4-5 hours fiddling with the web looking for clues but I cannot resolve this issue..
I am using windows azure and I am having only proxy problem.
My commands are as follows:
1.Connecting with proxy
git config --global http.proxy http://<username>:<password>@mapevent.azurewebsites.net:443
2.Clone Error
git clone https://<username>@mapevent.scm.azurewebsites.net:443/mapevent.git
Cloning into 'mapevent' ...
fatal: unable to access 'https://<username>@mapevent.scm.azurewebsites.net:443/mapevent.git/': Recv failure: Connection was reset
I have also tried with port 8080 but says "cannot resolve" and use push but all seem to fail.
I am new to Git and I am not progressing :(
Please help me, I have a project to complete in the next few weeks.