The Git process exited with the code -1,073,741,819
Answered
Hi All,
I am getting following error when i am trying to commit the code to Git.
Commit failed with error
0 files committed, 2 files failed to commit: 1499
The Git process exited with the code -1,073,741,819
Any one please help on this.
Please sign in to leave a comment.
What OS and Git version do you use? Can you commit from the command line/terminal?
OS Windows 7
git version 2.13.1.windows.1
Can you commit from the command line?
No I am trying to commit through Intellij IDEA. But I successfully checkout into IDE but when I try to commit only i am getting this error.
So, if you commit from the command line, you get the same error?
Maybe reinstalling git from https://git-scm.com/download/win will help?
What path to Git is configured in IntelliJ IDEA? Make sure you've specified the path to git.exe:
Hi,
Did you solve it somehow?
I have the same problem:
Commit failed with error
0 files committed, 4 files failed to commit: "committ message"
The Git process exited with the code -1 073 741 819
IntelliJ IDEA 2017.1.4
Build #IU-171.4694.23, built on June 6, 2017
JRE: 1.8.0_112-release-736-b21 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
git version 2.13.1.windows.1
Commit works via terminal. But not from IJ. (but push works then also from IJ)
Thank you for help.
The issue is very similar to https://youtrack.jetbrains.com/issue/IDEA-170495
Check if there is git appcrash in Event logs.
The issue was caused by git bug.
Make sure IDEA is configured to use correct git. The default is C:\Program FIles\Git\cmd\git.exe
Try using different Git Version (e.g 12.2) as a test.
Hi Frantisek Cerven,
I resolved this problem by installing git 1.9.0 version
Note: We will get this problem because improper git installation. It's not problem with IDE.
Thank you all,
I reinstall git to newest version: git version 2.13.1.windows.2 and it looks working again :)