I've created a repository in my local machine and asked a colleague to clone it, but it's saying it can't handle the SSH protocol. In my computer the repository is at /devel/scripts.git
, and there's an user called devel
with access to that folder. Another guy could clone it normally, using git clone ssh://devel@192.168.0.7/devel/scripts.git
.
We are all using Ubuntu, me and the problematic machine are at 12.04 (I could push from another folder using the same URL as remote) and the other guy is using 13.04.
Finally, the machine that got the issue can access that user via SSH normally.