Bug 242761
| Summary: | Cloning WebKit repo from Github frequently fails due to remote closing connection | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | ap, jbedard |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
I keep seeing an issue here the remote closes connection receiving most of the content.
e.g.
% git clone git@github.com:WebKit/WebKit.git OpenSource
Cloning into 'OpenSource'...
remote: Enumerating objects: 4973318, done.
remote: Counting objects: 100% (655/655), done.
remote: Compressing objects: 100% (417/417), done.
remote: Total 4973318 (delta 324), reused 474 (delta 231), pack-reused 4972663
Receiving objects: 100% (4973318/4973318), 8.33 GiB | 16.67 MiB/s, done.
Connection to github.com closed by remote host.
Resolving deltas: 100% (4067310/4067310), done.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Looks like the third attempt finally worked.
Ryosuke Niwa
Nope. It didn't :( Hitting the same issue:
% git clone git@github.com:WebKit/WebKit.git OpenSource
Cloning into 'OpenSource'...
remote: Enumerating objects: 4973459, done.
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 4973459 (delta 1), reused 4 (delta 1), pack-reused 4973439
Receiving objects: 100% (4973459/4973459), 8.33 GiB | 17.50 MiB/s, done.
Connection to github.com closed by remote host.
Resolving deltas: 100% (4067636/4067636), done.
Alexey Proskuryakov
Do we have some documentation that recommends git@github.com:WebKit/WebKit.git? I thought we suggested https://github.com/WebKit/WebKit.git.
Ryosuke Niwa
(In reply to Alexey Proskuryakov from comment #3)
> Do we have some documentation that recommends
> git@github.com:WebKit/WebKit.git? I thought we suggested
> https://github.com/WebKit/WebKit.git.
Hm... so you think HTTPS is more stable?
Ryosuke Niwa
Okay, so https worked. That's so odd! But I guess this is works-for-me.