Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| public:installer_git [2021/01/23 12:43] – créée letiste | public:installer_git [2025/05/06 23:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| Pour télécharger VS Code, rendez vous sur ce lien [[https:// | Pour télécharger VS Code, rendez vous sur ce lien [[https:// | ||
| - | Suivez | + | Suivre |
| {{: | {{: | ||
| + | |||
| + | ===== Installer Git ===== | ||
| + | |||
| + | * [[installer_git# | ||
| + | * [[installer_git# | ||
| + | * [[installer_git# | ||
| + | ==== Windows ==== | ||
| + | |||
| + | Pour commencer, télécharger git via ce lien [[https:// | ||
| + | |||
| + | Suivre les instructions pour l' | ||
| + | * **Choosing the default editor user by Git** | ||
| + | |||
| + | {{: | ||
| + | |||
| + | //Choisir l' | ||
| + | |||
| + | * **Adjusting your PATH environment** | ||
| + | |||
| + | {{: | ||
| + | |||
| + | * **Configuring the line ending conversions** | ||
| + | |||
| + | {{: | ||
| + | |||
| + | * **Choose a credential helper** | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ==== Linux / WSL ==== | ||
| + | |||
| + | Pour installer Git, il suffit d' | ||
| + | < | ||
| + | sudo apt install git | ||
| + | </ | ||
| + | |||
| + | ==== Mac ==== | ||
| + | |||
| + | Git est normalement installé sur les dernières versions de MacOS. Pour vérifier si il est déjà disponible : | ||
| + | |||
| + | < | ||
| + | git --version | ||
| + | </ | ||
| + | |||
| + | Si git n'est pas reconnu, il faut donc l' | ||
| + | |||
| + | < | ||
| + | brew install git | ||
| + | </ | ||
| + | |||
| + | Si vous n'avez pas brew, vous pouvez l' | ||
| + | |||
| + | < | ||
| + | /bin/bash -c " | ||
| + | </ | ||
| + | ===== Créer un compte GitHub ===== | ||
| + | |||
| + | Une fois Git installé, il peut être utile de créer un compte GitHub. Pour cela, suivre ce lien [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | |||