Which step does the git push card write to the object?

lzj@lzj-PC:~/2018_Summer/Download_Threads/src$ git push
: 32, .
Delta compression using up to 4 threads.
: 100% (30/30), .
:  96% (31/32), 128.00 KiB | 93.00 KiB/s   

Hello, may I ask why this is stuck at the step of writing the object
there is no big file in my submission, it"s all code

.
Apr.05,2021

has encountered the same situation as you before. My solution is to back up the modified files, delete the folder, git clone git@balabla.com:/balabal.git-- depth=1 , and then replace the modified files, git push

.
Menu