Giter VIP home page Giter VIP logo

git_configuration's Introduction

Mac Git And Github Configuration

Install git

Git generally comes pre-installed with most operating systems, but you can check by running git version in the terminal. If this gives you an error or does not come back with a version number, you'll need to install Git. You can install it using Homebrew.

Action Item

  1. Open the "Terminal" application using "Spotlight Search"
  2. Type brew install git and press <Enter>
  3. Close and reopen the "Terminal" application
  4. Type git version and press <Enter>

Check Your Work

<iframe width="560" height="315" src="https://www.youtube.com/embed/D9Eudqng2sU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

If you see a message starting with "git version...", continue below.

Create a GitHub Account

To work on and get credit for the labs and lessons that you work on during the program, you will need to sign up for a GitHub account if you don’t already have one.

Action Item

  1. Open the GitHub signup webpage (https://github.com/join)
  2. Fill out the form and create your account
  3. Verify the email address connected to your GitHub account

Check Your Work

<iframe width="560" height="315" src="https://www.youtube.com/embed/cVNLBQssm8g" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

If you were able to verify your email address, continue below.

Configure Git and GitHub

Git is the tool that we’ll use to download and upload the work that we do in labs and lessons. To use Git without signing in every time, you can create a Secure Shell (SSH) key and associate that to your GitHub account. Lastly, you will want to run a few commands to make sure that when you use Git, you get the proper credit for your work. This step will ask you to do work both in your browser and your terminal.

Action Item

  1. Open the "Terminal" application using "Spotlight Search"
  2. Type git config --global color.ui true and press <Enter>
  3. Type git config --global user.name + <Space> + your name and press <Enter> (Note: this should be your full name, not your GitHub username, in quotes.)
  4. Type git config --global user.email + <Space> + the email address you used to sign up to GitHub and press <Enter>
  5. Type git config --global init.defaultBranch main to update the default branch name to main
  6. Type ssh-keygen and press <Enter>
  7. For each prompt do not type anything, just continue to press <Enter>. It's particularly important that you do not enter a passphase and leave the passphrase empty when prompted; otherwise, you'll have to enter that passphrase any time you interact with GitHub (which will happen a lot during the program); and you may run into issues submitting assignments later.
  8. Type cat ~/.ssh/id_rsa.pub | pbcopy and press <Enter>. This will copy your SSH key to your clipboard
  9. Open the GitHub New SSH key form (https://github.com/settings/ssh/new) (Note: you need to be logged in to GitHub to access that link.)
  10. Type "My personal Mac" in the "Title" input field
  11. Leave the "Key Type" as "Authentication Key"
  12. Paste what’s on your clipboard from step 8 in the "Key" input field
  13. Click "Add SSH Key"

Check Your Work

<iframe width="560" height="315" src="https://www.youtube.com/embed/2YF15UlenxM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

If you see your new SSH key beneath the "SSH keys" heading, continue to the next lesson, Verify and Troubleshoot your MacOS Environment Setup.

git_configuration's People

Contributors

lizbur10 avatar maxwellbenton avatar ihollander avatar jlboba avatar timothylevi avatar bal360 avatar timothylevi-test avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.