Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Git complains about user's identity in task run #107

Open
mykmelez opened this issue Aug 5, 2016 · 0 comments
Open

Git complains about user's identity in task run #107

mykmelez opened this issue Aug 5, 2016 · 0 comments

Comments

@mykmelez
Copy link
Contributor

mykmelez commented Aug 5, 2016

In this task run, Git complained about the user's identity:

[taskcluster-vcs] 0 run start : (cwd: /repo) git merge origin/master

*** 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 'root@9defe6dad430.(none)')

We should be able to fix this with commands like this in the task configuration:

  git config --global user.email "[email protected]"
  git config --global user.name "Positron Mozilla"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant