Git command line client has exited with code 129

8
Hi everyone, On Mendix 10.5.0 I keep getting this error message whenever I'm trying to push pull or commit. It also causes merging issues. Anyones has the same issue? I tried opening the modeler and downloading the app from there, worked temporarily but the error appeared again after a day.     
asked
3 answers
3

To provide an update in case anyone else is experiencing the same issue:

when encountering this issue, try doing a 'pull' with the option to 'merge' instead of 'rebase'. The 'merge' option seems to resolve whatever is causing the erroneous exit code.

 

Ronald

answered
1

I've installed Github Desktop and manually resolved the conflicts, for me it had to do with the sbom json in the vendorlib directory. After manually fixing all the conflicts using your favourite IDE and committing with your favourite Git tool, it should work again.

answered
0

I have the same issue. Ronalds work around helps, but is no solution to start using the rebase functionality. Is there a solution to fix this?

answered