As the title says when I attempt to git push
it simply hangs. This is on Windows 10 with existing repos and some new ones I created specifically for testing this. I've also tried two different hosts (i.e. github and bitbucket). My public repos on github allow me to git pull
but my private repos on bitbucket do not. I set up SSH for one repo and I was able to push/pull however I've had issues using git over ssh on this system in the past so I'd much rather get everything working again over http.
So far I have tried:
- Restart computer
- Removed all git related credentials from Windows credential manager
- Uninstalled SourceTree (only other git related app on my PC)
- Uninstalled and Reinstalled git for windows from
https://git-scm.com/downloads
- Disabled firewall
- Set git to not use git-credential-manager via
git config --global credential.helper cache
Anyone have any insight on this?