I just finished setting up a Gitorious installation and was testing some of 
the features to make sure it works. I created a test project, with a test 
repo, and then following the instructions I tried pushing from my local 
test repo, and I got this error:

atst@wks:~/test-new$ git push origin master                                 
                                                                            
                                               

== Gitorious: ==========================================================
Access denied or wrong repository path
========================================================================

fatal: The remote end hung up unexpectedly

Some of the investigations that I did so far:

https://gitorious.domain.net/test/test/*writable_by?username=atst* returns *
true*
*
*
*git ls-remote origin:
*
== Gitorious: ==========================================================
Access denied or wrong repository path
========================================================================

fatal: The remote end hung up unexpectedly
*
*
*gitorious_auth.log:*
I, [2012-07-11 20:20:07#11773]  INFO -- : Connection from "10.12.1.31 49651 
22" (atst): git-upload-pack 'test/test-new.git'
I, [2012-07-11 20:20:07#11773]  INFO -- : Access denied or bad repository 
path for "atst": "git-upload-pack 'test/test-new.git'"

*gitorious.yml:*
production:
  gitorious_client_port: 80
  gitorious_client_host: gitorious.domain.net
  gitorious_host: gitorious.domain.net
  repository_base_path: "/home/git/data/repositories"
  archive_cache_dir: "/home/git/data/tarballs"
  archive_work_dir: "/home/git/data/tarball-work"
  cookie_secret: random_seq
  use_ssl: true
  gitorious_user: git
  exception_notification_emails: [email protected]
  messaging_adapter: stomp
  disable_record_throttling: false
  gitorious_support_email: [email protected]

The gitorious installation lives at: 
https://gitorious.domain.net/gitorious/. Also, the ssh key was added 
successfully to /home/git/.ssh/authorized_keys.

*curl -I http://gitorious.domain.net:80* returns:
HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: /?5b61c530

Does anyone have any idea what could be wrong? Any help is greatly 
appreciated, thank you in advance.

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to