Git batch file truncated

When I try to pull using EGit with Eclipse, I randomly get an error:

batch file truncated

I do not know how and why this happens. Even importing a project does not help again. What is the problem?

+6
source share
3 answers

I had the same error and found out that this always happened when I tried to import into Eclipse, having a local git repository (the directory where the repository will be copied to). So just closing the file browser and importing again solved my problem.

+3
source

This problem may be caused by the fact that you do not have enough space to create the package files, so make sure that you do not fall into any space. For more check http://dev.eclipse.org/mhonarc/lists/ptp-user/msg02968.html

+1
source

I also got the same error, but finally found out that her problem is in space. there was not enough space on the disk where I was viewing the code. So I changed my drive and checked the code in which it works fine.

0
source

Source: https://habr.com/ru/post/957801/


All Articles