I am download virtual machines gitlab version 4.2.1, 5.2.0.0, 5.2.0.1. Then create ssh key (id_rsa and id_rsa.pub), add key id_rsa.pub into Administrator profile (user@example.com) for access push commit (not deploy key). Open git bash in my Windows 7, cd <my repo="">, git remote add local_gitserver git@192.168.56.102:test1.git. After "git push -u local_gitserver master" i view:
ssh: connect to host 192.168.56.102 port 22: Bad file number
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and repository exists.
Help me... This error in all version virtual machines with gitlab (http://bitnami.com/stack/gitlab/virtual-machine)