I checked the folder and have unhidden the files but there is no such file called .DS_Store under.wappler/migrations/, I had tried previously to reinstall git locally but the same problem persisted, what shall I do?
We automatically already ignore .DS_Store files in .gitignore seems this is somehow now done with you.
So open the .gitignore file in your project root (it is a hidden file so make sure to show hidden files first from the context menu in the file manager) and then add to it:
That being said, I am able to do the change on the terminal with git switch master for example
and then refresh the Wappler Git Manager on the GUI for the change to take effect