Skip to content

Commit

Permalink
Docs: no need to setup SSH key for gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Gutsche committed Jan 25, 2024
1 parent 9e5c0ed commit e8edf03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are not already using Ubuntu 22.04, consider installing it on your system
Those services host our Git software repositories.
- Add your SSH key to GitHub to access and sync our repositories
- If you don't know what I am talking about or you don't yet have a SSH key, follow this guide: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys
- Go to your account settings and add your SSH key (the ``.pub`` file) for `GitHub <https://github.com/settings/keys>`_ AND `Gitea <https://git.mafiasi.de/user/settings/keys>`_
- Go to your account settings and add your SSH key (the ``.pub`` file) to `GitHub <https://github.com/settings/keys>`_
- Now, you can clone (download) our main code repository (repo) called `bitbots_main <https://github.com/bit-bots/bitbots_main>`_:
- Open a terminal and go to the directory where you want to download our code (typically ``~/git/bitbots/``)
- Create the directory with: ``mkdir -p ~/git/bitbots``
Expand Down

0 comments on commit e8edf03

Please sign in to comment.