"no git username detected" while trying to commit with Fleet

已回答

I'm attempting to commit changes to my repo in Fleet, however everytime I try to do so, I get a notification saying "No git username detected". 

 

Pushing and pulling works fine, and I looked around to try and find the place to login, however I can't find it. If anyone could either reply with a fix or provide the location to where I need to login, that would be much appreciated.

There's no Fleet option as a topic, so I just chose IDEA.

4

Hello, I just had the sale issue. Seems to be fixed after settings email and username on terminal : 

git config --global user.email "email"
git config --global user.name "name"

After rebooting terminal and fleet, I don't have the message anymore.

0

Are you on WSL? It is a known issue: FL-14285 No git username detected. Planned to be fixed soon.

1

I'm having this issue with Fleet and a Space backend. Already tried to set email and name during warm-up but still cannot commit. Running on macOS on the frontend.

0

Davidj Geib can you commit from the command line?

Do you have your git username defined in .gitconfig in your home directory? Or where do you set up git username?

If command line works, could you please attach Fleet logs (Help | Collect Logs... action) after reproducing?

For uploading you can use https://uploads.jetbrains.com
0

请先登录再写评论。