You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 [email protected]: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.
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:
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.
The text was updated successfully, but these errors were encountered: