mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Add webP images
This commit is contained in:
parent
941887e9b4
commit
1b790bade5
5 changed files with 18 additions and 4 deletions
BIN
assets/images/getting-started/install-git/Win_PATH.webp
Normal file
BIN
assets/images/getting-started/install-git/Win_PATH.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/images/getting-started/install-git/Win_editor.webp
Normal file
BIN
assets/images/getting-started/install-git/Win_editor.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
BIN
assets/images/getting-started/install-git/Win_error-notes.webp
Normal file
BIN
assets/images/getting-started/install-git/Win_error-notes.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
assets/images/getting-started/install-git/Win_run-as-admin.webp
Normal file
BIN
assets/images/getting-started/install-git/Win_run-as-admin.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
|
|
@ -22,21 +22,35 @@ For some Git clients (see [below](#git-clients)), e.g. [RStudio](https://rstudio
|
|||
### Install
|
||||
If you want to install as regular user, just log in with your user account and run the installer.
|
||||
To install with administrator rights, either log in as administrator, or run the installer as administrator. In the latter case, right-click on the installer, select `Run as administrator` and enter your credentials:
|
||||

|
||||
|
||||
<picture>
|
||||
<source srcset="/assets/images/getting-started/install-git/Win_run-as-admin.webp" type="image/webp">
|
||||
<img src="/assets/images/getting-started/install-git/Win_run-as-admin.PNG" alt="win-run-admin">
|
||||
</picture>
|
||||
|
||||
|
||||
From there, follow the steps in the setup wizard. It is okay to just accept the defaults, when in doubt.
|
||||
There are two steps for which you have to pay attention:
|
||||
|
||||
1. Choose your editor:
|
||||
By default, [Vim](https://www.vim.org/) will be used for Git. But if you prefer to use another one, select it here.
|
||||

|
||||
<picture>
|
||||
<source srcset="/assets/images/getting-started/install-git/Win_editor.webp" type="image/webp">
|
||||
<img src="/assets/images/getting-started/install-git/Win_editor.PNG" alt="win-editor">
|
||||
</picture>
|
||||
|
||||
2. PATH environment:
|
||||

|
||||
<picture>
|
||||
<source srcset="/assets/images/getting-started/install-git/Win_PATH.webp" type="image/webp">
|
||||
<img src="/assets/images/getting-started/install-git/Win_PATH.PNG" alt="win-path">
|
||||
</picture>
|
||||
This makes sure that Git can be used by 3rd party software (Git clients). It is recommended (and the default) anyway.
|
||||
|
||||
> You may get the error message displayed below, that the release notes cannot be displayed. That error message can be safely ignored. You can find the release notes in `Start Menu > Git > Git Release Notes`.
|
||||
> 
|
||||
<picture>
|
||||
<source srcset="/assets/images/getting-started/install-git/Win_error-notes.webp" type="image/webp">
|
||||
<img src="/assets/images/getting-started/install-git/Win_error-notes.PNG" alt="win-error">
|
||||
</picture>
|
||||
|
||||
|
||||
### Run
|
||||
|
|
|
|||
Loading…
Reference in a new issue