Open forum for end-user questions about
Wine. Before asking questions, check out the
Wiki as a first step.
Forum Rules
-
3vi1
- Level 4

- Posts: 125
- Joined: Sun Feb 24, 2008 8:24 pm
Post
by 3vi1 »
'git fetch' was throwing an error, so I renamed my source directory and tried to clone a new copy, but I'm seeing the same problem.
Code: Select all
evil@mars:~/src$ git clone git://source.winehq.org/git/wine.git wine
Initialized empty Git repository in /home/evil/src/wine/.git/
source.winehq.org[0: 209.46.25.134]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
Is it just me, or is this happening to everyone today?
-
Susan Cragin
Post
by Susan Cragin »
try it again. I didn't get it last night but am getting it this morning.
-----Original Message-----
From: 3vi1 <
[email protected]>
Sent: Sep 1, 2008 5:11 PM
To:
[email protected]
Subject: [Wine] GIT issues today?
'git fetch' was throwing an error, so I renamed my source directory and tried to clone a new copy, but I'm seeing the same problem.
Code:
evil@mars:~/src$ git clone git://source.winehq.org/git/wine.git wine
Initialized empty Git repository in /home/evil/src/wine/.git/
source.winehq.org[0: 209.46.25.134]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
Is it just me, or is this happening to everyone today?
-
Zac Brown
Post
by Zac Brown »
3vi1 wrote:
'git fetch' was throwing an error, so I renamed my source directory and tried to clone a new copy, but I'm seeing the same problem.
Code:
evil@mars:~/src$ git clone git://source.winehq.org/git/wine.git wine
Initialized empty Git repository in /home/evil/src/wine/.git/
source.winehq.org[0: 209.46.25.134]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
Is it just me, or is this happening to everyone today?
The git server is down right now.
-Zac
-
PleegWat
Post
by PleegWat »
3vi1 wrote:
'git fetch' was throwing an error, so I renamed my source directory and tried to clone a new copy, but I'm seeing the same problem.
Code:
evil@mars:~/src$ git clone git://source.winehq.org/git/wine.git wine
Initialized empty Git repository in /home/evil/src/wine/.git/
source.winehq.org[0: 209.46.25.134]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
Is it just me, or is this happening to everyone today?
I had the same issues yesterday, but it seems to work again now.