I’ve been working on a project for a couple of weeks, using GitHub as the remote repo. Today, I suddenly can no longer push to remote. It’s now hanging indefinitely.
$ git push
Enumerating objects: 105, done.
Counting objects: 100% (105/105), done.
Delta compression using up to 24 threads
Compressing objects: 100% (28/28), done.
Writing objects: 100% (95/95), 8.87 KiB | 8.87 MiB/s, done.
Total 95 (delta 77), reused 85 (delta 67), pack-reused 0
remote: Resolving deltas: 100% (77/77), completed with 10 local objects.
I’ve tried git gc, reinstalling git, cloning into a new directory and trying to push a different commit from there, and no joy.
I’m using git 2.34.1 on Ubuntu 22.04.4 LTS via Windows Subsystem for Linux.
How can I get more information about the internals of the git push process to diagnose the issue?