I've installed Gitolite, just like said in GitLab instructions, til now it was all ok, repo's created... but when tried to clone or push, it returns NO repo found - or something similar.
But when I set my remote to the full path like git@server:22/~git/repositories/repo.git
it clones, but when try to push, its caught an error:
git push origin master
ERROR: invalid repo name.
fatal: The remote end hung up unexpectedly
What can it be?
That error message comes from "
gitolite-shell.parse_soc()
"With
REPONAME_PATT
being:A gitolite address shouldn't include any path, like so:
Instead of
git@server:22/~git/repositories/repo.git
, this issue is described here: