fix for cloning homebrew-cask

https://github.com/Homebrew/homebrew-cask/issues/150323
 avatar
unknown
plain_text
2 years ago
4.7 kB
7
Indexable
while ! git clone https://github.com/homebrew/homebrew-cask
do
  printf '   -----\n   Failed, running again\n'
  current_date_time="   `date`";
  echo $current_date_time;
  printf '   -----\n'
done
printf '   -----\n   Success!\n   -----\n'

Cloning into 'homebrew-cask'...
remote: Enumerating objects: 96065, done.
remote: Counting objects: 100% (17837/17837), done.
remote: Compressing objects: 100% (9433/9433), done.
remote: Total 96065 (delta 11925), reused 8583 (delta 8404), pack-reused 78228
Receiving objects: 100% (96065/96065), 24.47 MiB | 16.30 MiB/s, done.
Resolving deltas: 100% (47934/47934), done.
fatal: did not receive expected object 0700f4889a0b855d63143cb7c1fdf4aeb944636c
fatal: fetch-pack: invalid index-pack output
   -----
   Failed, running again
   Tue Jul  4 01:33:20 CEST 2023
   -----
Cloning into 'homebrew-cask'...
remote: Enumerating objects: 751249, done.
remote: Counting objects: 100% (751249/751249), done.
remote: fatal: object dff4f2098bf27c69022ff2408bbd3b520cb5d02c cannot be read
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
   -----
   Failed, running again
   Tue Jul  4 01:33:23 CEST 2023
   -----
Cloning into 'homebrew-cask'...
remote: Enumerating objects: 751249, done.
remote: Counting objects: 100% (751249/751249), done.
remote: fatal: object dff4f2098bf27c69022ff2408bbd3b520cb5d02c cannot be read
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
   -----
   Failed, running again
   Tue Jul  4 01:33:26 CEST 2023
   -----
Cloning into 'homebrew-cask'...
remote: Enumerating objects: 751249, done.
remote: Counting objects: 100% (751249/751249), done.
remote: fatal: object 8e296f42074906325d2bc76032d79977010412ba cannot be read
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
   -----
   Failed, running again
   Tue Jul  4 01:33:29 CEST 2023
   -----
Cloning into 'homebrew-cask'...
remote: Enumerating objects: 751249, done.
remote: Counting objects: 100% (39132/39132), done.
remote: fatal: object 8b16853610463e75881196394236c34e02d21c52 cannot be read
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
   -----
   Failed, running again
   Tue Jul  4 01:33:31 CEST 2023
   -----
Cloning into 'homebrew-cask'...
remote: Enumerating objects: 751249, done.
remote: Counting objects: 100% (751249/751249), done.
remote: fatal: object 0c6e79c7c7f6d96bf6bc336b053a5ee90a390987 cannot be read
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
   -----
   Failed, running again
   Tue Jul  4 01:33:33 CEST 2023
   -----
Cloning into 'homebrew-cask'...
remote: Enumerating objects: 96065, done.
remote: Counting objects: 100% (17837/17837), done.
remote: Compressing objects: 100% (9433/9433), done.
remote: Total 96065 (delta 11925), reused 8583 (delta 8404), pack-reused 78228
Receiving objects: 100% (96065/96065), 24.47 MiB | 19.44 MiB/s, done.
Resolving deltas: 100% (47934/47934), done.
fatal: did not receive expected object 0700f4889a0b855d63143cb7c1fdf4aeb944636c
fatal: fetch-pack: invalid index-pack output
   -----
   Failed, running again
   Tue Jul  4 01:33:37 CEST 2023
   -----
Cloning into 'homebrew-cask'...
remote: Enumerating objects: 751249, done.
remote: Counting objects: 100% (751249/751249), done.
remote: fatal: object 0c6e79c7c7f6d96bf6bc336b053a5ee90a390987 cannot be read
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
   -----
   Failed, running again
   Tue Jul  4 01:33:40 CEST 2023
   -----
Cloning into 'homebrew-cask'...
remote: Enumerating objects: 123466, done.
remote: Counting objects: 100% (123466/123466), done.
remote: fatal: object b97d013f0e7d0e11b6dbb8a7a9e3780803f9772b cannot be read
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
   -----
   Failed, running again
   Tue Jul  4 01:33:44 CEST 2023
   -----
Cloning into 'homebrew-cask'...
remote: Enumerating objects: 751249, done.
remote: Counting objects: 100% (751249/751249), done.
remote: Compressing objects: 100% (214296/214296), done.
remote: Total 751249 (delta 535423), reused 751079 (delta 535377), pack-reused 0
Receiving objects: 100% (751249/751249), 290.11 MiB | 26.22 MiB/s, done.
Resolving deltas: 100% (535423/535423), done.
   -----
   Success!
   -----
Editor is loading...