Steps to reproduce: Project Settings → Overview → Github : Connected dropdown → Fork Main Branch option click.
I see the attached error at bottom right corner of the screen. Also there was an error in network tab(added snapshot for the same).
The project which i’m trying to fork has too many files and few of them are large ones.
Please help in resolving this blocker issue.
Thanks
This appears to be a bug in v0’s git sync that allowed syncing files that are above v0’s file size limits. I’ve passed this on internally so we can prevent this from happening
In the meantime the fastest fix would be to remove the large files from your codebase
- if it’s code, break into multiple files
- if they’re assets, you might need to move them out of source. Vercel Blob makes it pretty easy to upload and reference assets for your project
1 Like