rbtl-fs24 / md-03-assignments-SilBeek

0 stars 0 forks source link

Completed module 3 assignments #1

Open SilBeek opened 7 months ago

SilBeek commented 7 months ago

@larnsce

This time I get this error message when committing

/usr/bin/git commit -F /tmp/RtmpPZlgq9/git-commit-message-11512cc82b8.txt

*** 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: unable to auto-detect email address (got 'r2524275@application-11473407-deployment-21696574-gwrwh.(none)')

larnsce commented 7 months ago

Thank you, @SilBeek. Your git configuration from assignment 1 of module 2 has not translated over to other projects. I do not understand why exactly that happens for some of you.

Copy the code-chunk that is in your git-configuration project where you edited your details and bring it over to md-03-assignments-SilBeek and also samples-SilBeek. You can copy it to the beginning of the .qmd file and render or to the Console and run it there.

After you have done that, you should be able to do the commit and push your changes to GitHub.