centic9 / jgit-cookbook

Provides examples and code snippets for the JGit Java Git implementation
Apache License 2.0
1.76k stars 507 forks source link

JGitInternalException ERROR Creating lock file Too many open files #87

Closed lashnag closed 2 years ago

lashnag commented 2 years ago

Hi! Could you help me with cloning error? I have got error Creating lock file failed when try to clone more than 2000 repositories

https://stackoverflow.com/questions/73839579/jgitinternalexception-error-creating-lock-file-too-many-open-files

centic9 commented 2 years ago

As stated in the README and in the issue template:

Note: Please use sites such as http://stackoverflow.com/ for general questions about JGit usage, not issues in this project. Issues should be used for problems with snippets and suggestions of missing snippets. Snippets from good answers on stackoverflow can then be included here, naturally.

This also means that it is not useful to create issues with links to stackoverflow discussions here.