Learn Bash by Building a Boilerplate - Build a Boilerplate

Tell us what’s happening:

In the installation phase , when i click toy the CodeRoad “start new tutorial” , i get this error

The first thing you should do when you install Git is to set your user name and email address. This is important because every Git commit uses this information, and it’s immutably baked into the commits you start creating:

git config --global user.name “John Doe”
git config --global user.email johndoe@example.com
Git user not configured.
Git email not configured.
i have confirmed my email but cont

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36

Challenge Information:

Learn Bash by Building a Boilerplate - Build a Boilerplate

Yes. You need to refer to the git installation instructions and follow the steps described to setup your email and userid.

My advice is to setup GitHub first if you haven’t yet then go ahead and complete the git setup steps.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.