I have a strange problem. Im using TortoiseGIT (Win7) and my repositories is hosted on a vritual server (Debian), where im uses the gitolite and SSH keys.
I can clone repository to my PC, I can run Fetch , Push , Commit , Sync .. everything, but when I try to Pull changes from the Pushed server by another contributor, the following error appears:
git.exe pull -v --progress "origin" fatal: 'pull' appears to be a git command, but we were not able to execute it. Maybe git-pull is broken? git did not exit cleanly (exit code 128)
I donβt understand why just the Pull command is not working .. thanks for any help.
I can make a repository clone with the changes .. but I cannot Pull make changes to the created repository on my PC.
git-pull tortoisegit gitolite
arnie
source share