I switched servers, so I simply rsynced the remote git repository to which I was pushing and pulling changes from over to new server. Now I tried to fetch from it and am getting error:
ssh://user@domain.com:1234/home/user/gitrepos/project.git:
cannot execute: git-upload-pack '/home/user/gitrepos/project.git'
What could be causing this problem? How can I troubleshoot?
P.S. domain and ports, along with file repo dir location are all correct.