Skip to content

Instantly share code, notes, and snippets.

@RunsFor
Created February 22, 2019 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RunsFor/c9ae9eabb75925cea851e7d47b93f07f to your computer and use it in GitHub Desktop.
Save RunsFor/c9ae9eabb75925cea851e7d47b93f07f to your computer and use it in GitHub Desktop.
git show failed on a healthy commit
$ git clone git@github.com:tarantool/graphql.git
Cloning into 'graphql'...
remote: Enumerating objects: 125, done.
remote: Counting objects: 100% (125/125), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 2642 (delta 97), reused 99 (delta 89), pack-reused 2517
Receiving objects: 100% (2642/2642), 1.30 MiB | 407.00 KiB/s, done.
Resolving deltas: 100% (1996/1996), done.
$ cd graphql
$ git show e4f77a257e0e77a65992b21c9547529e6b80f78d
fatal: bad object e4f77a257e0e77a65992b21c9547529e6b80f78d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment