Detlef Steuer <[EMAIL PROTECTED]> writes:
> On Tue, 18 Mar 2008 17:09:48 -0400
> Bernt Hansen <[EMAIL PROTECTED]> wrote:
>
>> One thing you can try is to verify you can connect to the git port on
>> the remote server. The remote port is 9418 so as long as this outbound
>> port is not blocked you
On Tue, 18 Mar 2008 17:09:48 -0400
Bernt Hansen <[EMAIL PROTECTED]> wrote:
> One thing you can try is to verify you can connect to the git port on
> the remote server. The remote port is 9418 so as long as this outbound
> port is not blocked you should get a quick response with Connected to
> rov
Tried it at home. seems to be an issue with the corporate firewall.
Tim.
On 19/03/2008, Manish <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote:
> > Still broken for me.
> >
> > /tmp>git clone git://repo.or.cz/org-mode.git
> > Initialized empty Git reposit
On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote:
> Still broken for me.
>
> /tmp>git clone git://repo.or.cz/org-mode.git
> Initialized empty Git repository in /tmp/org-mode/.git/
> repo.or.cz[0: 62.24.64.27]: errno=Connection timed out
> fatal: unable to connect a socket (Connection time
Jose Robins <[EMAIL PROTECTED]> writes:
> I tried to get the git repo by cloning and I got the following error.
> I'm just getting into git as well... So what am I doing wrong?
>
> Thanks,
[...]
I don't have a problem using git compiled on cygwin. I just did it
yesterday and today I updated the
One thing you can try is to verify you can connect to the git port on
the remote server. The remote port is 9418 so as long as this outbound
port is not blocked you should get a quick response with Connected to
rover4.or.cz.
[EMAIL PROTECTED]:~/org$ telnet git.or.cz 9418
Trying 62.24.64.27...
Con
Hmmm maybe you're behind a (corporate) firewall/proxy that prevents
connections to the default git port?
git clone works fine for me on linux (but that really isn't a great help
for your problem -- sorry)
I've never tried using git from cygwin. It works for me in msysgit so
unless you have a rea
Still broken for me.
/tmp>git clone git://repo.or.cz/org-mode.git
Initialized empty Git repository in /tmp/org-mode/.git/
repo.or.cz[0: 62.24.64.27]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
fetch-pack from 'git://repo.or.cz/org-mode.git' failed.
Tim.
O
Try using this URL instead:
git://repo.or.cz/org-mode.git
as in
$ git clone git://repo.or.cz/org-mode.git
-Bernt
"Tim O'Callaghan" <[EMAIL PROTECTED]> writes:
> I'm getting the same problem using cygwin git.
>
> Tim.
>
> On 18/03/2008, Jose Robins <[EMAIL PROTECTED]> wrote:
>>
>> I trie