echen102 / COVID-19-TweetIDs

The repository contains an ongoing collection of tweets IDs associated with the novel coronavirus COVID-19 (SARS-CoV-2), which commenced on January 28, 2020.
Other
713 stars 307 forks source link

How to download just one specific month from this repo? #37

Closed hungvietdo closed 3 years ago

hungvietdo commented 3 years ago

Hello,

I was trying to download the repo as zip file. It seems something broken right at the 6.91G point. Did anybody bump into this same issue?

Location: https://codeload.github.com/echen102/COVID-19-TweetIDs/zip/refs/heads/master [following]
--2021-07-11 10:07:32--  https://codeload.github.com/echen102/COVID-19-TweetIDs/zip/refs/heads/master
Resolving codeload.github.com (codeload.github.com)... 140.82.113.9
Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘master.zip’

master.zip                                             [                                   <=>                                                                           ]   6.91G  5.99MB/s    in 20m 0s

2021-07-11 10:27:33 (5.90 MB/s) - Read error at byte 7424091751 (Success).Retrying.

--2021-07-11 10:27:34--  (try: 2)  https://codeload.github.com/echen102/COVID-19-TweetIDs/zip/refs/heads/master
Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘master.zip’

master.zip                                             [                              <=>                                                                                ]   6.91G  6.19MB/s    in 20m 0s

2021-07-11 10:47:34 (5.89 MB/s) - Read error at byte 7424091751 (Success).Retrying.
echen102 commented 3 years ago

Try using git clone in your terminal to clone the entire repo (I was able to clone the entire repository to my device just now)

echen102 commented 3 years ago

Hi @hungvietdo , I'm assuming that git cloning worked for you and will close the issue for now.

hungvietdo commented 3 years ago

@echen102 , Yes. It did work for me. Thank you.