I have a workflow that clones a private repository from GitHub using fine-grained access token, make changes to some files and opens a pull request. Everything has been working fine in the past few months but starting from this week I noticed "git clone" failed because the constant "out of memory" error.
As you can see, the repo size is way below the 258MB workflow memory requirement Retool has and I haven't made any changes to the git repo. What could be causing this error and how can I fix it?
Hi Tess! Yes I used a different corporate email account but the issue has been solved. Turns out there are too many branches in the git clone history so I resolved it to clone only main instead.