Hello, I installed gitorious on my Debian server following this tutorial<https://gitorious.org/gitorious/pages/DebianSqueezeInstallation>. Using the interface, I created a new project and repository. The problem is that I can not do "push" to the repository.
$ git push origin master -v Pushing to [email protected]:test/demo.git fatal: 'test/demo.git' does not appear to be a git repository fatal: The remote end hung up unexpectedly I checked, the folder gitorious/repositories/test/demo.git exists as well as there is an entry for it in the mysql database. While searching for similar problem, I found people saying it was related to the ssh key. I don't know if it is the problem but "$ ssh [email protected]" works fine on me. I have put the public key in /etc/ssh/keys/git/autorized_keys (I don't have a home folder for the git user) and imported the same in the gitorious interface for my user. Any idea what can cause the problem ? Thank you -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
