mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 08:15:09 +00:00
Docs: Update SSH GitHub Login
This commit is contained in:
parent
61b6d9fdfd
commit
8fd9f0bbee
1 changed files with 5 additions and 1 deletions
|
|
@ -66,7 +66,11 @@ docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TER
|
|||
|
||||
### GitHub Login (SSH)
|
||||
|
||||
[Follow this guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
|
||||
> Make sure you're setting it up for Linux
|
||||
1. [Check for any existing SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys)
|
||||
2. [Generate an SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
|
||||
3. [Add it to your GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
||||
4. [Test your connection](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection)
|
||||
|
||||
### RAFNAV Installation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue