Failed during stage 'preparing repo': exit status 2

Hi!

I’m trying to deploy but I can’t do this anymore. I did unlink/relink netlify in github and also reactiavated build. Nothing happens I still see the error log:

5:20:52 PM: Build ready to start
5:20:55 PM: build-image version: ca811f47d4c1cbd1812d1eb6ecb0c977e86d1a1d
5:20:55 PM: build-image tag: v3.3.20
5:20:55 PM: buildbot version: be8ecf2af866e16fa4301cc5c14de2ccbbb21cf4
5:20:56 PM: Fetching cached dependencies
5:20:56 PM: Starting to download cache of 254.8KB
5:20:56 PM: Finished downloading cache in 67.148262ms
5:20:56 PM: Starting to extract cache
5:20:56 PM: Failed to fetch cache, continuing with build
5:20:56 PM: Starting to prepare the repo for build
5:20:56 PM: Git LFS enabled
5:20:56 PM: No cached dependencies found. Cloning fresh repo
5:20:56 PM: git lfs clone https://github.com/mashagrizun/mamakeksus
5:21:00 PM: Error cloning repository: https://github.com/mashagrizun/mamakeksus
5:21:00 PM: Failing build: Failed to prepare repo
5:21:00 PM: Failed during stage 'preparing repo': exit status 2
5:21:01 PM: Finished processing build request in 5.40731895s

Please, help. THanks

Seems like you got this figured out in the meantime, since I see some successful deploys from git on the site. Could you let me know if you’re still having trouble?

Yes I solved. The issue was related to the git lfs support. I was forced to upgrade my account.

MacBook-Pro-Mariia:backup mariia$ git lfs clone https://github.com/{}
...
Receiving objects: 100% (267/267), 70.83 MiB | 5.84 MiB/s, done.
Resolving deltas: 100% (83/83), done.
batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
    error: failed to fetch some objects from 'https://github.com/{}.git/info/lfs'

Ah, quite interesting! Never heard of that happening before, but glad to hear you got things sorted.