Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dev:git [2020/08/24 09:59] – [Git Repository] Add cloning instructions digital man | dev:git [2022/11/03 12:53] (current) – [See Also] added link to How-to page digital man | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Git Repository ====== | ====== Git Repository ====== | ||
| - | The Synchronet Source Repository is now located in [[https:// | + | The Synchronet Source Repository is now located in personally-hosted |
| - | To clone the repository to your local system using unauthenticated HTTPS: | + | You can download source archives from the GitLab web UI (e.g. [[https:// |
| - | $ git clone https:// | + | |
| + | On Debian-based Linux systems (e.g. Ubuntu), you can install Git as follows: | ||
| + | $ sudo apt install git | ||
| + | For instructions on downloading/ | ||
| + | |||
| + | To clone the repository to your local system | ||
| + | $ git clone https:// | ||
| | | ||
| To clone the repository to your local system using SSH (your public key must be configured for your user account at '' | To clone the repository to your local system using SSH (your public key must be configured for your user account at '' | ||
| - | $ git clone git@gitlab.synchro.net: | + | $ git clone git@gitlab.synchro.net: |
| + | |||
| + | ===== Mirrors ===== | ||
| + | The Synchronet Source Repository is mirrored (e.g. for faster downloads/ | ||
| + | * https:// | ||
| + | * https:// | ||
| Line 13: | Line 24: | ||
| ===== See Also ===== | ===== See Also ===== | ||
| - | * [[http://cvs.synchro.net/ | + | * [[http://git.synchro.net|Synchronet |
| - | * [[dev: | + | * [[howto:git|How-to use the Synchronet Git Repository]] |
| + | * [[dev: | ||
| {{tag> | {{tag> | ||