Exercise+2+Getting+Started+GitHub
Exercise+2+Getting+Started+GitHub
1. Navigate to http://github.com
2. Put in username, email, and password to sign up for a new account. Click Sign Up for GitHub.
3. Check your email and look for a verification link. Click it to verify the account. Close that tab.
4. Click Create an account.
5. Leave Unlimited public repositories as checked. This will let you create free, public repositories.
For private repositories, you have to pay a subscription.
6. Leave the other checkboxes unchecked. Click Confirm.
7. Fill in information about yourself. Click Submit.
Create a repository
Follow these steps to create your first repository:
2. You will see a URL. Click the clipboard icon to the right of it. This copies the URL into your
clipboard.
3. Return to your terminal. Type the command git clone, a space, and then do a paste
(Command+V for Mac, right-click, then Paste for Windows.) Your command should look
something like this:
4. Press return, and it will get to work cloning your repository so that you have a local copy.
Note: See the previous lecture on using your GitHub username and the personal access token
code for the password.
5. Open up your file explorer and go to your “home” folder. For Windows, click on This PC, then
open Local Disk (C:), then Users, then the folder with your user name. For Mac, click on
Macintosh HD, then open Users, then the folder with your user name.
6. You should see a folder named exercise. Open it.
7. You should see a file called README.md.