EAS Build with error: Compressing Project Files, git exit with non-zeo code: 128

Dear everyboy.
I have a project with expo, and my project build nice with expo build.
When i using EAS BUILD then my project notice with error:
Compressing Project Files, git exit with non-zeo code: 128


Can you help me resolve this issue.
Thanks and best regards.

if you are not using the latest eas-cli try updating, in the last release there was fix for an issue with paths on windows.

The command that is failing in your case is
git clone --no-hardlinks --depth 1 file:///C:/path/to/repo path/to/clone
try running it manually, maybe error will be more descriptive

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.