Question

I installed Gitolite, I am able to clone the admin repo, and I have did and added a key file and added him to permission list in the config file. I've also added a repo (an entry to the config), I added, committed and pushed changes yet the server's configuration file seems to be the same and the repository I added does not exist.

For some reason pushing the changes does not trigger it to do its actions. What could be wrong?

Was it helpful?

Solution

Re-check the installation process for gitolite:

gitolite installation process

Valid your ssh connection.

And then make sure to use the 'git' admin account for cloning/pushing your gitolite-admin repo, without adding 'repositories' in the ssh path.

git clone git@server:gitolite-admin
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top