jlord / patchwork

All the Git-it Workshop completers!
http://jlord.github.io/patchwork
Other
1.12k stars 41.4k forks source link

fatal errors while cloning forked repo #41319

Open adaobimedia opened 3 years ago

adaobimedia commented 3 years ago

Hello @jlord

Just wanted to let you know that whilst cloning the fork I made of patchwork (a Git-It exercise) several serious-sounding errors occurred. I don't know if this is actually part of the Git-it work steps and we're expected to troubleshoot it later as a homework task. But, thought that I'd flag to you in case something is seriously broken.

Please see the readout from my terminal (Mac OS everything up-to-date). I ran it twice and got the same messages:

➜  projects git clone https://github.com/adaobimedia/patchwork.git
Cloning into 'patchwork'...
remote: Enumerating objects: 419349, done.
remote: Counting objects: 100% (279/279), done.
remote: Compressing objects: 100% (146/146), done.
error: 5679 bytes of body are still expected.85 MiB | 5.48 MiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed

NOTE I do not get notifications for new issues created in this repository (because there are so many PRs coming through as people do the challenges it would flood my inbox) so if you open an issue you must ping me, @jlord.

Also please consider if your issue is actually with Git-it or reporobot as this repository is generated by those two.

adaobimedia commented 3 years ago

@jlord

An update, I also just tried cloning my fork using the SSH protocol. Here's the fail message I received in Terminal:

➜  projects git clone git@github.com:adaobimedia/patchwork.git
Cloning into 'patchwork'...
ssh: connect to host github.com port 22: Operation timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
ghost commented 2 years ago

espam