Learn Bash by Building a Boilerplate - Build a Boilerplate

Tell us what’s happening:

I keep getting “Git User Not Configured” despite the fact that i config git with my username and email , checked which email git uses and everything in my terminal

Your code so far

git config --global user.name “xxxx
git config --global user.email xxxx

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36

Challenge Information:

Learn Bash by Building a Boilerplate - Build a Boilerplate

what command are you trying to run? (are you using a gui or something from command line).

You can check your git setup works on command line by trying to push something to a repo.

I’m trying to do this step in Build a Boilerplate course from freecodecamp by opeing visual studio and using command palette and writing CodeRoad: Start

  1. Once it is finished building, open the command palette again and enter CodeRoad: Start to open CodeRoad.

Your environment looks broken because the prompt in the terminal is green.

Try to reset and restart the process from the beginning.

Welcome to the forum @mostafagamal800

Your personal information has been removed from this post. Sharing personal information like your phone number, email, legal name and exact location online is unsafe.

It can be scraped by malicious actors to use against you, so please think carefully about what information you share.

Happy coding

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