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

imported>Justinfmorgan
imported>Justinfmorgan
Line 33:
* Copy that to the clipboard
 
* Open a terminal and(Command type:Prompt <code>"gitif cloneyou're "</code>using (includingWindows) theand spaces,navigate butto notthe includingdirectory theyou quotationwish marks)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)
 
* 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.