slides: final (brendan) modifications

This commit is contained in:
silver 2025-09-24 15:47:40 +01:00 committed by skyapples
parent 800b532e09
commit 2bf6bb8972

View file

@ -204,21 +204,33 @@ Setup SSH key (see Readme.md)
![image:width:100%](intro_to_git/forgejo_repo_settings.png)
<!-- end_slide -->
Setup SSH key (see Readme.md)
=================================
<!-- alignment: center -->
![image:width:100%](intro_to_git/forgejo_secrets_location.png)
<!-- end_slide -->
Setup SSH key (see Readme.md)
=================================
<!-- alignment: center -->
![image:width:100%](intro_to_git/forgejo_add_secret.png)
<!-- end_slide -->
Setup SSH key (see Readme.md)
=================================
<!-- alignment: center -->
![image:width:100%](intro_to_git/forgejo_ssh_key_example.png)
<!-- end_slide -->
Setup Local repo
=================================
<!-- alignment: center -->
```bash
@ -231,6 +243,9 @@ git push origin <branch_name>
```
<!-- end_slide -->
View live Site
=================================
<!-- alignment: center -->
``https://<username>.users.skynet.ie/``
@ -240,22 +255,13 @@ git push origin <branch_name>
TroubleShooting
=================================
<!-- end_slide -->
## If you see this:
If you see this:
=================================
<!-- alignment: center -->
![image:width:100%](intro_to_git/permission_denied_publickey.jpg)
> Credit: Geeks for Geeks
<!-- end_slide -->
Go here
=================================
<!-- alignment: center -->
## 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
<!-- end_slide -->