Is there anyone ever experienced similar situation like mine?
This been happening since several days, git fetch and git pull operation just stuck on
"Compressing Objects ...."
This happens on ubuntu server,
Server Info : Ubuntu 22.04 LTS 4GB RAM , 50GB Storage

Have i tried to reboot the system ? yes i have tried that
Also tried :
- to do a fresh clone, but apparently git clone also impacted.
- tried to do
git gc pruneand git reflog command, still no result
SSH access to git with ssh -T [email protected] is also running with no problem.