Is git broken?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
halfnitty
Level 1
Level 1
Posts: 6
Joined: Wed Aug 18, 2010 4:39 am

Is git broken?

Post by halfnitty »

Is there a problem with the wine git? I use git regularly on the linux kernel git, so
I think I have a working version. As below, it is 1.7.1.

Below is result of git clone:

$ git clone -v git://source.winehq.org/git/wine-git wine-git
Initialized empty Git repository in /weep/wine/wine-git/.git/
fatal: The remote end hung up unexpectedly

$ git --version
git version 1.7.1

My motivation is USB access from wine: if there is an easier way than checking out from git
and patching, please let me know.
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Works for me; I just pulled the latest updates. Perhaps you had a temporary connection problem with WineHQ?
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

(Sorry for the double reply...)

Have you tried the command on http://source.winehq.org/git/ exactly as it says there?
halfnitty
Level 1
Level 1
Posts: 6
Joined: Wed Aug 18, 2010 4:39 am

Post by halfnitty »

Have you tried the command on http://source.winehq.org/git/ exactly as it says there?
Thanks and apologies: above did work. I had to paste and copy to be sure that I could read
it clearly, perhaps because of the local font which was ambiguous.
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Okay, cool. It happens... For a moment I thought you typed in an alternative command yourself, and even though something seemed off I just assumed you knew what you were doing (since I'm not exactly a master with all of Git's options). :roll:

Good to hear you got it running now.
Locked