uwhpsc-2016 / homework1

Homework #1
1 stars 1 forks source link

Homework Submittal #62

Open bplilley opened 8 years ago

bplilley commented 8 years ago

When trying to commit my homework i get the following error:

~/homework1-bplilley$ git init Reinitialized existing Git repository in /projects/ca93ef7a-0365-4199-9cbc-af4c89ecb3c6/homework1-bplilley/.git/ ~/homework1-bplilley$ git add homework1 ~/homework1-bplilley$ git commit

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

fatal: empty ident name (for ca93ef7a036541999cbcaf4c89ecb3c6@compute.c.sage-math-inc.internal) not allowed ~/homework1-bplilley$

How would I go about fixing this?

mollyzyy787 commented 8 years ago

you need to configure your user name and email first. follow the pattern of the prompt: git config --global user.email "you@example.com" git config --global user.name "Your Name"