Changes

Jump to navigation Jump to search
Line 29: Line 29:     
=== Setting a Remote Address ===
 
=== Setting a Remote Address ===
In order to be able to upload your project onto GitHub (or any other Git hosting site) you need to create a repository (see below) and then copy the clone URL. There are two options, either cloning using HTTPS which will require you set up a temporary access key, or SSH which requires setting up a more permanent SSH key.
+
In order to be able to upload your project onto GitHub you need to firstly [https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository create a remote repository] and then copy the clone URL. There are two options, either cloning using HTTPS which will require you set up a temporary access key, or SSH which requires setting up a more permanent SSH key, these are outlined here:
 +
 
 +
* [SSH key generation](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
 +
 
    
To add the URL as the remote repository for your local project run:
 
To add the URL as the remote repository for your local project run:
confirmed, superuser, Administrators
539

edits

Navigation menu