I have problem when I want to commit changes to my tabular model. I got the following error: Git failed with a fatal error. error: open("Application/Source/'texthere'/'texthere'.jfm"): Permission denied fatal: Unable to process path Application/Source/'texthere'/'texthere.jfm
I've opened .gitignore file and there is *.jfm extension included.
I was trying to find something online but without success.
Have a look here for details on this behaviour: https://stackoverflow.com/a/39456723/9776462
To make sure jfm-files are not handeled by git anymore, do the following:
git rm <jfm-file>
(you probably have to close Visual Studio for git rm to work)*.jfm file is used when the project is opened. So, unload the project to commit the file. But, it would be better to remove the *.jfm files from repository as n00ne explained.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With