In SAP Web IDE, I am seeing an error dialog with the following text:
Cannot get Git configuration settings
Troubleshooting Guide
No preferences found for path /user/git/config
The dialog pops up when I navigate to Preferences (gear icon on left) > Git Settings. Additionally, it pops up when I attempt to commit my code.
I found no guidance for this error message in the Troubleshooting Guide or in any web search. This is my first time using SAP Web IDE's Git integration i.e. it was not working previously.
Some additional details:
The project for which I am attempting a commit has a remote URL set, pointing to an empty repo on Gitlab. I already gave my credentials and successfully fetched from the repo, getting the message "No new updates - everything is up to date."
Does anyone know how to resolve this error message, or what it might be related to?