Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max file size limit reached #62

Open
mahrozeshahid opened this issue Dec 27, 2024 · 2 comments
Open

Max file size limit reached #62

mahrozeshahid opened this issue Dec 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mahrozeshahid
Copy link

mahrozeshahid commented Dec 27, 2024

image tried using giving project path get this error and file is not generated.

steps to reproduce:

  • pip install gitingest

  • gitingest path/to/project

@rafeyrana
Copy link
Contributor

This depends on the size of the repo being used as the file limit (MAX_FILES) has been set to 10000. See src/gitingest/ingest_from_query.py. Can you verify the size of the repo or if there are some untracked dependencies being included in the ingestion.

@mahrozeshahid
Copy link
Author

mahrozeshahid commented Dec 27, 2024 via email

@cyclotruc cyclotruc added the bug Something isn't working label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants