Home › Forums › Other › Ubuntu Help › Reply To: Ubuntu Help
September 9, 2014 at 1:25 pm
#182395
Participant
[email protected]:~/test$ git commit -m “Commit message”
*** Please tell me who you are.
Run
git config –global user.email “[email protected]”
git config –global user.name “Your Name”
to set your account’s default identity.
Omit –global to set the identity only in this repository.
fatal: unable to auto-detect email address (got ‘[email protected](none)’)
[email protected]:~/test$