cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error: Cannot get Git configuration settings

Former Member
0 Likes
1,978

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?

View Entire Topic
Former Member

Hello,

I solved my problem this instruction.

1. You can will click right mouse buttom on your project

2. Select "Project Settings"

3. "Project Settings/Git Repository Configuration"

4. Check parametrs user.email and user.name. If their were not - to adding.

Regards, Fedor.
git-repository-configuration.png

Former Member
0 Likes

Perfect! Thank you!