Open Source Comes to Campus/Curriculum/Git/Students: Difference between revisions

Content added Content deleted
imported>Justinfmorgan
imported>Justinfmorgan
Line 33: Line 33:
* Copy that to the clipboard
* Copy that to the clipboard


* Open a terminal and type: <code>"git clone "</code> (including the spaces, but not including the quotation marks)
* Open a terminal (Command Prompt if you're using Windows) and navigate to the directory you wish to clone to

* Once you're at the direction, type into the terminal: <code>"git clone "</code> (including the spaces, but not including the quotation marks)


* Use your terminal to "paste" the URL in. (Make sure it starts with <code>https</code>; if not, you'll need to use an ssh key and most students probably won't a key already set up)
* Use your terminal to "paste" the URL in. (Make sure it starts with <code>https</code>; if not, you'll need to use an ssh key and most students probably won't a key already set up)

* Terminal should now look something like this:

git clone https://github.com/<rest of clone url>


* Press enter to do the "<code>git clone</code>" operation.
* Press enter to do the "<code>git clone</code>" operation.