I have been using a git+gitolite+redmine installation for a long time with no problems. The server is running on ubuntu while I'm developing on windows, and pushing data to the server using a rsa key to log in with.
The only small problem I had, was that redmine repository browser gave me a 404 error. So today I decided to solve that, with 'chmod 777' on my git user home. That worked, but...
Now I can not push to my server from my windows computer (nor pull).
I have changed the access rights on the .ssh directory back to '600'. What else am I missing?