fatal unable to auto-detect email address got root xxxxx none

0 votes

Hi Team,

I am trying to commit one file to the Git server. But it is showing me the below error.

fatal: unable to auto-detect email address (got 'root@xxxxx.(none)')

Nov 19, 2020 in Git & GitHub by akhtar
• 38,260 points
4,840 views

1 answer to this question.

0 votes

Hi@akhtar,

In the Git server, you need to set the username and email address for the first time. These credentials are used to maintain the versions in the Git server. You can use the below command to set the user name.

$ git config --global user.email "you@example.com"
$ git config --global user.name "Your Name"
answered Nov 19, 2020 by MD
• 95,460 points

Related Questions In Git & GitHub

0 votes
1 answer

fatal: unable to auto-detect email address (got 'none.(none)')

Hi@MD, When you installed git in your system ...READ MORE

answered Apr 29, 2020 in Git & GitHub by akhtar
• 38,260 points
14,193 views
0 votes
1 answer

Error: git pull fails “unable to resolve reference” “unable to update local ref”

This happens when there are unnecessary files ...READ MORE

answered Jul 26, 2018 in Git & GitHub by Sophie may
• 10,620 points
19,037 views
0 votes
1 answer

gerrit-cherry-pick:fatal: 'origin' does not appear to be a git repository

The user account making that command does ...READ MORE

answered Aug 13, 2018 in Git & GitHub by Kalgi
• 52,350 points
2,096 views
0 votes
0 answers
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
4,240 views
+2 votes
1 answer
0 votes
1 answer

error: Could not read error: unable to read tree object HEAD nothing to commit (working directory clean)

Hi@akhtar,  This kind of error may occur if ...READ MORE

answered Apr 10, 2020 in Git & GitHub by MD
• 95,460 points
9,215 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP