Hello, i've installed gitorious on ubuntu 11.04. Locally it works fine. i can clone, pull and push my changes to repository. But if i change the host of gitorious to a dyndns-adress it doesn't work anymore. I've created port-forwarding to the ports 22 (SSH), 9418 (GIT) and 3000 (Gitorious-Server). Repository-clones over the git-url (git:// xxx.dyndns.org/test/test.git) still works, but over ssh ([email protected]:test/test.git) doesn't work! I get this error- message:
== Gitorious: ========================================================== Temporary error. Please try again shortly ======================================================================== fatal: The remote end hung up unexpectedly My gitorious.yml file looks like this: production: cookie_secret: xxx repository_base_path: "xxx" extra_html_head_data: system_message: gitorious_host: xxx.dyndns.org gitorious_user: git gitorious_support_email: xxx exception_notification_emails: xxx mangle_email_addresses: true public_mode: false locale: en archive_cache_dir: "xxx" archive_work_dir: "xxx" only_site_admin_can_create_projects: false hide_http_clone_urls: false is_gitorious_dot_org: false use_ssl: false I dont know what to do. I hope you can help me quickly :) thanks -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
