git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-clone works with ssh but not with http/https/git
@ 2008-06-24 11:15 Erez Zilber
  2008-06-24 11:21 ` Matthias Kestenholz
  0 siblings, 1 reply; 20+ messages in thread
From: Erez Zilber @ 2008-06-24 11:15 UTC (permalink / raw)
  To: git

Hi,

I'm able to git-clone a tree using ssh:

[root@kd001 t]# git-clone
ssh://erez.zilber@kites/pub/git/erez.zilber/my_test.git
Initialized empty Git repository in /home/erez.zilber/work/tmp/t/my_test/.git/
erez.zilber@kites's password:
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 9 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (9/9), done.

However, it doesn't work with http/https/git:

[root@kd001 t]# git-clone http://kites/pub/git/erez.zilber/my_test.git
Initialized empty Git repository in /home/erez.zilber/work/tmp/t/my_test/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?

[root@kd001 t]# git-clone https://kites/pub/git/erez.zilber/my_test.git
Initialized empty Git repository in /home/erez.zilber/work/tmp/t/my_test/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?

[root@kd001 t]# git-clone git://kites/pub/git/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/pub/git/erez.zilber/my_test.git' failed.

What's the problem?

Thanks,
Erez

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2008-06-25  6:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-24 11:15 git-clone works with ssh but not with http/https/git Erez Zilber
2008-06-24 11:21 ` Matthias Kestenholz
2008-06-24 11:45   ` Erez Zilber
2008-06-24 11:48     ` Johannes Schindelin
2008-06-24 12:07       ` Erez Zilber
2008-06-24 12:25         ` Jakub Narebski
2008-06-24 13:42           ` Erez Zilber
2008-06-24 13:54             ` Anton Gladkov
2008-06-24 13:59               ` Anton Gladkov
2008-06-24 14:02                 ` Matthias Kestenholz
2008-06-24 14:16               ` Erez Zilber
2008-06-24 18:58               ` Jakub Narebski
2008-06-24 14:05             ` Matthieu Moy
2008-06-24 12:41         ` Johannes Sixt
2008-06-24 12:35     ` Robert Haines
2008-06-24 13:53       ` Erez Zilber
2008-06-24 14:08         ` Robert Haines
2008-06-24 14:45           ` Erez Zilber
2008-06-24 17:10             ` Daniel Barkalow
2008-06-25  6:56               ` Erez Zilber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).