TruCol / Self-host-GitLab-CI-for-GitHub

Installs your own GitLab CI and runs it on all your GitHub repos, in a single command.
GNU Affero General Public License v3.0
4 stars 3 forks source link

Prerequisites Step 7: Ensuring you have ssh push access to gitlab-ci-build-statuses repository #147

Open a-t-0 opened 1 year ago

a-t-0 commented 1 year ago

Yields error:

Author identity unknonwn
*** Please tell me who you are

Run
  git config --global user.email "you@ezample.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

fatal: unable to auto-detect email address.

So: