Michael Adsit Technologies, LLC.

Search terms of three or more characters

Supplemental Article - Git Potential Issues

This supplemental article is here to keep track of issues that have been seen or reported throughout this series when working with git.

Log In and Push Issues

If your name and email are not yet configured

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 have not yet logged into GitHub

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.

Git first push
GitHub Login Screen 1
GitHub Login Screen 2
GitHub Login Screen 3
GitHub Login Screen 4
GitHub Login Screen 5

©Michael Adsit Technologies, LLC. 2012-2024