Gitolite git clone error -
i trying setup gitolite on server (macos server).
i followed instructions in install document found here : http://sitaramc.github.com/gitolite/doc/1-install.html
i installed root method.
i got setup (ssh pubkey authentication , default gitolite setup)
$ssh git@server info hello admin, gitolite version here v1.5.9.1-27-gb97115f gitolite config gives following access: r w gitolite-admin @r_ @w_ testing
according installation instruction should able checkout repository.
but when try clone gitolite-admin repositry error:
$ git clone git@server:gitolite-admin cloning gitolite-admin... assertion failed: (argv0_path), function system_path, file exec_cmd.c, line 27. error: git-shell died of signal 6 fatal: remote end hung unexpectedly
i got latest git version of gitolite , git v. 1.7.3.4
can me?
edit 1: added git clone command before error message
it seems correct fix error add
$env{git_exec_path} = "/usr/libexec/git-core";
to .gitolite.rc file.
Comments
Post a Comment