Re: git-clone works with ssh but not with http/https/git

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Erez Zilber
Date: Tuesday, June 24, 2008 - 6:53 am

On Tue, Jun 24, 2008 at 3:35 PM, Robert Haines <rhaines@manchester.ac.uk> wrote:

I understand. However, when I try to run it according to your suggestion:

[root@kd001 t]# git clone git://erez.zilber@kites/erez.zilber/my_test.git
Initialized empty Git repository in /home/erez.zilber/work/tmp/t/my_test/.git/
fatal: Unable to look up erez.zilber@kites (port 9418) (Name or
service not known)
fetch-pack from 'git://erez.zilber@kites/erez.zilber/my_test.git' failed.

I also tried to run it without "erez.zilber@":

[root@kd001 t]# git clone git://kites/erez.zilber/my_test.git
Initialized empty Git repository in /home/erez.zilber/work/tmp/t/my_test/.git/
kites[0: 172.16.1.11]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
fetch-pack from 'git://kites/erez.zilber/my_test.git' failed.

Is there any log file on the server that can help me trace this
problem (something like /var/log/httpd/error_log but for the git
protocol)?

Thanks,
Erez
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-clone works with ssh but not with http/https/git, Erez Zilber, (Tue Jun 24, 4:15 am)
Re: git-clone works with ssh but not with http/https/git, Matthias Kestenholz, (Tue Jun 24, 4:21 am)
Re: git-clone works with ssh but not with http/https/git, Johannes Schindelin, (Tue Jun 24, 4:48 am)
Re: git-clone works with ssh but not with http/https/git, Jakub Narebski, (Tue Jun 24, 5:25 am)
Re: git-clone works with ssh but not with http/https/git, Robert Haines, (Tue Jun 24, 5:35 am)
Re: git-clone works with ssh but not with http/https/git, Johannes Sixt, (Tue Jun 24, 5:41 am)
Re: git-clone works with ssh but not with http/https/git, Erez Zilber, (Tue Jun 24, 6:53 am)
Re: git-clone works with ssh but not with http/https/git, Anton Gladkov, (Tue Jun 24, 6:54 am)
Re: git-clone works with ssh but not with http/https/git, Anton Gladkov, (Tue Jun 24, 6:59 am)
Re: git-clone works with ssh but not with http/https/git, Matthias Kestenholz, (Tue Jun 24, 7:02 am)
Re: git-clone works with ssh but not with http/https/git, Robert Haines, (Tue Jun 24, 7:08 am)
Re: git-clone works with ssh but not with http/https/git, Daniel Barkalow, (Tue Jun 24, 10:10 am)
Re: git-clone works with ssh but not with http/https/git, Jakub Narebski, (Tue Jun 24, 11:58 am)