You are here
Redmine
Making a new git repository
After setting up the git repo manually, and in anyway way you like, you must do these two things, if you want to be able to access it using the git:// protocol:
touch /srv/repos/git/newRepoName/.git/git-daemon-export-ok
and
ln -s /srv/repos/git/newRepoName/.git /var/cache/git/newRepoName.git
Comments
Trying to get GIT push working
Hi I am trying to get the push capability working with redmine with not much luck.
I have tried to do the following on computer "A" on a VM installation on 10.106.1.109
Then when I do
I get the following
I also get the following on the logs
If I tried using SSH using the following command and executed the rest of the commands (except for clone)
I get the following on the console, not sure where the SSH logs go.
Now if I try using the public git URI
I get the following
And the logs show
Finally if I tried to do the SSH with the public git using the following
I get the following
Same problem
I am having the same problem as Archimedes. Does anyone have any thoughs on getting git push to work? What permission issues are we missing?
Trying to get GIT push working
Yeah - I too am experiencing similar problems
Has anyone found a solution
Has anyone found a solution for this?
-Todd Forsberg
I think I found the key to
I think I found the key to this. cd into the directory where the remote repository is via SSH and run this:
So to recap what I do to create a new remote repository: