I am trying to set up the Database Cert track locally on my Ubuntu 22.04 laptop. I’m following the instructions that are showing on the link on FCC and the ones that are duplicated in the repo that is cloned.
I clone the rdb-alpha repo.
Change to the rdb-alpha directory and run code . to launch VS Code
Run the command to rebuild and ReOpen container.
However after I run CodeRoad: Start and click Start New Tutorial
Well I would have if I had known where I was going to be entering that information. So I have to enter it within container dev plugin? I have git set up on my machine. I have set up ssh with generated keys for github. I’ll look into my local git config to see what it shows.
Got it figured out. The step of configuring the global user and email is left out of the instructions for setting up the project. Yes git needed to have it’s global user and email set up. Could have sworn it was all set up wlth getting git clone going but git config --list didn’t show anything initially. Sorry for the trouble.