Skip to content

some sanity-checks to add before doing "real work" in the scripts (inspired by numerous fiddly issues on embedded) #2

@pestophagous

Description

@pestophagous

before we set/unset the environment variables and make any git changes, some things to check:

check for git user, to avoid:

*** 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.

check for DNS/Internet... for when I have forgotten to:

echo "nameserver 8.8.8.8" >> /etc/resolv.conf  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions