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,230 points
4,287 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,440 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,230 points
13,084 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,610 points
18,244 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,360 points
1,655 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
3,503 views
+2 votes
1 answer
+1 vote
2 answers

fatal: unable to access could not resolve host: GitHub

Hi@akhtar, This can be caused in incorrect proxy ...READ MORE

answered Apr 10, 2020 in Git & GitHub by MD
• 95,440 points
146,601 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