prof-rossetti / intro-to-python

An Introduction to Programming in Python
Other
97 stars 244 forks source link

Configuring Git #52

Closed s2t2 closed 3 years ago

s2t2 commented 4 years ago
git config --global user.name "Mona Lisa"
git config --global user.email "email@example.com"

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

Visit your email settings, you can always choose the noreply email like

git config --global user.email "YOUR_GITHUB_USERNAME@users.noreply.github.com"
s2t2 commented 4 years ago

If you see "xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools." that's cool, install XCode developer tools.

s2t2 commented 3 years ago

closed via https://github.com/prof-rossetti/intro-to-python/commit/8dd975ebd0e1edd95f5de174bbc326e6729e7d01