Reputation: 102905
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?
Upvotes: 1
Views: 378
Reputation: 1327104
Re-check the installation process for gitolite:
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
Upvotes: 1