git could not answer: not a repo, unknown ref, git missing, or it exceeded timeoutMs.
const failure = GitScanFailed({ ref: 'HEAD~1', reason: 'not a git repository' }); failure.code; // 'GitScanFailed' failure.message; // 'git lookup for "HEAD~1" failed: not a git repository'