Weird failure on git checkout

Code I’d tested locally failed on Circle so I looked into it and found the following:

Cloning into '.'...
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.

remote: Enumerating objects: 324, done.        
remote: Counting objects: 100% (324/324), done.        
remote: Compressing objects: 100% (183/183), done.        
remote: Total 94228 (delta 194), reused 217 (delta 141), pack-reused 93904        
Receiving objects: 100% (94228/94228), 39.57 MiB | 35.60 MiB/s, done.
Resolving deltas: 100% (69288/69288), done.
Checking connectivity... done.
fatal: Could not parse object '96210ded66cfa07612916a4071876e49ff3daef2'.
Exited with code 128

The subsequent run was completely fine so this looks like it might just be a minor hiccup but I figured I’d let you guys know…

1 Like