| Summary: | git clone git://git.webkit.org/WebKit.git fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dirk Schulze <krit> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | berto, lforschler, matthew_hanson, mrowe, rniwa |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | OS X 10.9 | ||
|
Description
Dirk Schulze
2014-02-22 00:18:29 PST
The error message you quote mentions _https_://git.webkit.org/WebKit.git/, not _git_://git.webkit.org/WebKit.git. That suggests you're not doing "git clone git://git.webkit.org/WebKit.git" at all. (In reply to comment #1) > The error message you quote mentions _https_://git.webkit.org/WebKit.git/, not _git_://git.webkit.org/WebKit.git. That suggests you're not doing "git clone git://git.webkit.org/WebKit.git" at all. Well, I still do git clone git://git.webkit.org/WebKit.git though :) I don't know why the address is resolved to https. I've no idea why you'd be seeing that. I'm successfully able to "git clone git://git.webkit.org/WebKit.git" from a number of different machines running various different versions of OS X and Linux. I commented out these lines in .gitconfig and it seemed to fix it: [url "https://"] insteadOf = git:// This should actually allow both git:// and https://. Maybe it prefers https:// and the server never responses. |