I have a remote git server that has been working great for months. Earlier today a couple of my teammates said they were having trouble with git pull
for one of our projects.
I am testing it now and I cannot preform a git pull
either. I was able to run git fetch
once, but now that isn't working. When I look at the server processes for the git user (the one that connects to the remote repo) I see 3 processes that are just sitting there: sshd
, php
, and git-upload-pack
.
All of the other repositories that are also on this remote server are working fine. The repository is fairly large and just had a new branch added to it.
Any ideas on how to fix this?
Thanks.