org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of add command
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by door43app
, 6 months agovia GitHub by door43app
, 1 year agovia GitHub by door43app
, 6 months agovia GitHub by door43app
, 1 year agovia GitHub by door43app
, 11 months agovia GitHub by door43app
, 11 months agojava.io.EOFException: Short read of block.
at org.eclipse.jgit.util.IO.readFully(IO.java:248)
at org.eclipse.jgit.dircache.DirCache.readFrom(DirCache.java:456)
at org.eclipse.jgit.dircache.DirCache.read(DirCache.java:411)
at org.eclipse.jgit.dircache.DirCache.lock(DirCache.java:227)
at org.eclipse.jgit.dircache.DirCache.lock(DirCache.java:301)
at org.eclipse.jgit.dircache.DirCache.lock(DirCache.java:267)
at org.eclipse.jgit.lib.Repository.lockDirCache(Repository.java:1052)
at org.eclipse.jgit.api.AddCommand.call(AddCommand.java:142)
at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:203)
at com.door43.translationstudio.core.TargetTranslation.commitSync(TargetTranslation.java:982)
at com.door43.translationstudio.core.TargetTranslation$1.run(TargetTranslation.java:1018)