Re: How to avoid "Please tell me who you are..."?
From: Jeffrey Walton <hidden>
Date: 2017-06-02 06:38:04
On Fri, Jun 2, 2017 at 2:30 AM, Davide Fiorentino [off-list ref] wrote:
Is there a reason why you don't want or can't set those details?
Well, they don't exist so there's nothing to set. The machine below its a CubieBoard used for testing. I remote into it with test@. As a matter of policy, no check-ins occur on it. Other than the password database and authroized_keys file, there is no information on it to be lost or stolen. Jeff
On June 2, 2017 7:02:22 AM GMT+01:00, Jeffrey Walton [off-list ref] wrote:quoted
I'm working on a test machine. It mostly needs to be a clone of upstream. On occasion it needs to test a particular commit. When I attempt to test a commit it produces: $ git cherry-pick eb3b27a6a543 *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. This is a nameless test account, so there is no information to provide. How do I tell Git to ignore these checks? Thanks in advance.