[git] Error on refs/notes/mx_metadata using git-fixer

0
We experience that using git-fixer the dir .git/refs/notes is not recreated and thus the mx_metadata file is missing. Retrieving the history, the modeler throws an error and then exits.     We experienced this on two laptops for different users. And the same result on a newly created app.   Solution: I was able to solve the issue by creating the .git/refs/notes and copying the .git/refs/heads/main file to the refs/notes dir. And then renaming this main file to mx_metadata.     Opening the app, removes this file again. Adding the file again solves the issue again. Opening the history now does not lead to an error anymore.
asked
1 answers
0

I am having this problem happen all of a sudden too. 

answered