Redmine + Gitolite - Issue with repository permissions and more
问题 I have a Redmine installation on the same server as my gitolite repositories. In order to link my repository to my Redmine instance, I locally cloned the repo with the following command: git clone --bare --local /home/git/repositories/my-repo.git Just as I successfully clone the repo on the server, I can navigate through the repo on Redmine, as expected. The thing is, as soon as I do that, I can't push anything more to the remote repo on my local machine. When I try git push I get the