backfill icon indicating copy to clipboard operation
backfill copied to clipboard

Error: git ls-tree exited with status 128: fatal: not a git repository

Open vitalics opened this issue 4 years ago • 0 comments

Hi all, I run the command ttsc to build an application for the local machine and CI (we use AWS codebuild). For CI run we faced the issue (screenshot attached) image

I analyze where git checking is executed and find the next function: https://github.com/microsoft/backfill/blob/c21ba92bfd37769ee06a2f3269694b6d8dfa14e9/packages/backfill/src/audit.ts#L13

my idea: do not check for the existing .git folder

vitalics avatar Jan 18 '22 08:01 vitalics