Format to keep linter happy

This commit is contained in:
Jose Gracia 2024-05-15 13:40:40 +02:00
parent 779b5bb34f
commit 0396d71bc9

View file

@ -59,6 +59,7 @@ hawk> # close terminal to close reverse tunnel when done
Most of the other use cases will build on the usage of these environment variables. Therefore we recommend to set them in you `.bashrc`. ==**TODO: do we recommend this?**== Most of the other use cases will build on the usage of these environment variables. Therefore we recommend to set them in you `.bashrc`. ==**TODO: do we recommend this?**==
## Installing Python packages with pip ## Installing Python packages with pip
Requirements: Requirements:
@ -87,6 +88,7 @@ If you get error messages related to missing SOCKS5 support in pip, do
hawk> python3 -m pip install /sw/general/x86_64/development/python/share/PySocks-1.7.1-py3-none-any.whl hawk> python3 -m pip install /sw/general/x86_64/development/python/share/PySocks-1.7.1-py3-none-any.whl
``` ```
## Using proxy with git ## Using proxy with git
Git essentially supports two [protocols](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols) for communication with remote repositories: Git essentially supports two [protocols](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols) for communication with remote repositories:
@ -142,7 +144,7 @@ The other protocol for accessing remote git repositories uses ssh. Repository UR
```bash ```bash
[user@]server:[somepath/]project.git [user@]server:[somepath/]project.git
``` ```
On github.com for instance, it is On github.com, for instance, it is
```bash ```bash
git@github.com:user/project.git git@github.com:user/project.git
``` ```