I am under a proxy and I am pushing in to git successfully for quite a while. Now I am not able to push into git all of a sudden. I have set the RSA key and the prox
I had this issue for 2 hours and it turns out removing the "s" from https and just do:
git clone -b http:
Fixed it.