Added by Martijn Jonker over 11 years ago
I've searched google for hours and tried every solution to no avail. I've followed this tutorial: http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Ubuntu_step_by_step
Everything went smoothly and I proceeded to make a new project in Redmine, then create the git repo using:
git init --bare my-project
Inside /home/git
Then went to my project > settings > repository > add > git > /home/git/my-project
Now when I got to the respository tab inside my project in redmine it says "The entry or revision was not found in the repository."
I've pushed something to the repo and now it works.