I have set up Git server on Mac using the commands as specified at https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/requirements.md.
I am able to get the login page also when I hit the IP in browser. Others are also able to access my server, but when I clone using the command:
git clone gitlab@My.IP.Address.D:root/mobilesecurityproduct.git
Cloning into 'mobilesecurityproduct'...
I get the following error
env: ruby: No such file or directory
fatal: The remote end hung up unexpectedly
I checked the gitlab-shell
for the env path and tried to replace it with output of which ruby
, but I get the same error.
Can anyone help me out with this?