Tower
Tower

Reputation: 102905

Gitolite does not load changes

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

Answers (1)

VonC
VonC

Reputation: 1327104

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

Upvotes: 1

Related Questions