Trying to push my development branch to my github registry.
git push origin develop -v
The connection freezes and freezes, freezes and freezes, and never leaves. I never receive error messages, do not "write objects", nor any messages.
Connection via ssh. Confirmed that I can connect via ssh to github, which means my public keys are valid.
git remote set-url origin git@github.com :username/Forkedrepo.git ssh -T git@github.com
What else can I do? FWIW, I can connect to other sites via ssh and git push. I also know that I CANNOT connect via https through this router.
Using a Windows workstation and git push works with other remote repositories other than github.
source share