This supplemental article is here to keep track of issues that have been seen or reported throughout this series when working with git.
If any of the steps say that you must configure your name and email, you may do so with
1git config --global user.name "<YOUR NAME HERE>" 2git config --global user.email "<YOUR EMAIL HERE>" 3
If you did not already run through the login requirements earlier you will see the terminal with a message as highlighted in the first screenshot below, then a login box and sequence of giving permissions in the browser and Visual Studio Code as seen below.