Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Ubuntu Help Reply To: Ubuntu Help

#182395
Erik
Participant

erik@erik-Aspire-7551:~/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 ‘erik@erik-Aspire-7551.(none)’)
erik@erik-Aspire-7551:~/test$