`git pull` locks up on one repository -
I have a remote GIT server that is working for months before some of my classmates have said that they are now working on our projects One of the issues was having trouble with the git pull
.
I'm testing it now and I can not pull a git
or I was able to run once git fetch
, but Now that is not working when I look at the processes of the server for GIT user (connected to remote repo), I see 3 processes which are just there: sshd
, < Code> php , and git-upload-pack
.
All other repositories on this remote server are working fine. The repository is quite large and includes a new branch.
Any ideas about fixing it?
Thank you.
git-fsck and git-gc
Comments
Post a Comment