(sorry for my english)
I know this topic is repeat but i can't found a fix to this problem
I'm just install gitorious in a Ubuntu machine (the same machine run
Redmine) .
this is the configuration
production:
cookie_secret: *******
repository_base_path: "/home/git/repositorios"
extra_html_head_data:
system_message:
gitorious_client_port: 80
gitorious_client_host: localhost
gitorious_host: git.nimbus
gitorious_user: git
exception_notification_emails: ***@***.cl
mangle_email_addresses: true
public_mode: false
locale: en
archive_cache_dir: "/home/git/tarballs"
archive_work_dir: "/home/git/tarball-work"
only_site_admins_can_create_projects: true
hide_http_clone_urls: false
is_gitorious_dot_org: false
My Virtual Hosts (git.nimbus)
<VirtualHost *>
<Directory /var/www/git.nimbus/gitorious/public>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from All
</Directory>
DocumentRoot /var/www/git.nimbus/gitorious/public
ServerName git.nimbus
ServerAdmin ****@***.cl
ErrorLog /var/www/git.nimbus/log/error.log
CustomLog /var/www/git.nimbus/log/access.log combined
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/
javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# Far future expires date
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
ExpiresActive On
ExpiresDefault "access plus 1 year"
</FilesMatch>
# No Etags
FileETag None
RewriteEngine On
# Check for maintenance file and redirect all requests
RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f
RewriteCond %{SCRIPT_FILENAME} !maintenance.html
RewriteRule ^.*$ /system/maintenance.html [L]
</VirtualHost>
And another similar (default)
<VirtualHost *>
ServerAdmin ***@***.cl
ServerName nimbus
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
<Directory /var/www/redmine>
RailsBaseURI /redmine
PassengerResolveSymlinksInDocumentRoot on
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error,
crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>
</VirtualHost>
my /etc/hosts
127.0.0.1 localhost
127.0.0.1 NIMBUS virtual
127.0.0.1 git.nimbus virtual
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
So the web access works (not well i use db-sessions and no ssl this
don't work.. and i can't logout but this is another topic) .. so i
create de Admin user (Administrador) and create a project with
repository , add my ssh key (the key for a user of the same machie,
administrador) .. and i try to clone or push the repository..
i try this:
git clone [email protected]:proyecto/mainline.git
but i have this
Initialized empty Git repository in /home/administrador/mainline/.git/
Enter passphrase for key '/home/administrador/.ssh/id_rsa':
== Gitorious:
==========================================================
Access denied or wrong repository path
========================================================================
fatal: The remote end hung up unexpectedly
and if I try to push to the repostory
git push origin master
Enter passphrase for key '/home/administrador/.ssh/id_rsa':
== Gitorious:
==========================================================
Access denied or wrong repository path
========================================================================
fatal: The remote end hung up unexpectedly
The same problem...
How can i fix this????
the poller, the git-daemon and everything else is running... i can
create other projects, users, add keys, but can't push or clone ...
Any idea?? thanks a lot!!
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]