From 21810a4df6e115ea5b977c6a3d8aa399a5eecff1 Mon Sep 17 00:00:00 2001 From: Charlie <64643051+Chuccle@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:37:18 +0000 Subject: [PATCH] Fix typo in FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 25ea0d8c..7272b934 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,7 +11,7 @@ Some users have trouble pushing/pulling from remotes and adding their ssh-key to their ssh-agent solved the issue. The error they get is: ![](./assets/bad-credentials.png) -See gihtub's excellent documentation for [Adding your SSH Key to the ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#adding-your-ssh-key-to-the-ssh-agent) +See Github's excellent documentation for [Adding your SSH Key to the ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#adding-your-ssh-key-to-the-ssh-agent) Note that in some cases adding the line `ssh-add -K ~/.ssh/id_ed25519`(or whatever your key is called) to your bash init script is necessary too to survive restarts.