diff --git a/slides/compsoc/2025-2025/intro_to_git.md b/slides/compsoc/2025-2025/intro_to_git.md index 6bb2dd9..ca58405 100644 --- a/slides/compsoc/2025-2025/intro_to_git.md +++ b/slides/compsoc/2025-2025/intro_to_git.md @@ -204,21 +204,33 @@ Setup SSH key (see Readme.md) ![image:width:100%](intro_to_git/forgejo_repo_settings.png) + +Setup SSH key (see Readme.md) +================================= ![image:width:100%](intro_to_git/forgejo_secrets_location.png) + +Setup SSH key (see Readme.md) +================================= ![image:width:100%](intro_to_git/forgejo_add_secret.png) + +Setup SSH key (see Readme.md) +================================= ![image:width:100%](intro_to_git/forgejo_ssh_key_example.png) + +Setup Local repo +================================= ```bash @@ -231,6 +243,9 @@ git push origin ``` + +View live Site +================================= ``https://.users.skynet.ie/`` @@ -240,22 +255,13 @@ git push origin TroubleShooting ================================= - +## If you see this: -If you see this: -================================= - ![image:width:100%](intro_to_git/permission_denied_publickey.jpg) > Credit: Geeks for Geeks - - -Go here -================================= - +## Go here https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent - -