I'm trying to play around hosting django in pythonanywhere. Today, I got into problem where git push is not working. github itself became not accessible due to http failure.
I tried to look into similar issue posted in stackoverflow. http://stackoverflow.com/questions/3512202/github-https-access It doesnt help either.
example output: (similar issue for git clone also, basically, github access got broken) 17:50 ~/django_logistics (master)$ git push error: Failed connect to github.com:3128; Operation now in progress while accessing https://github.com/keeran6/ForCargo-Men.git/info/refs fatal: HTTP request failed
Any clue or thought, please share..