Format to keep linter happy
This commit is contained in:
parent
779b5bb34f
commit
0396d71bc9
1 changed files with 10 additions and 8 deletions
|
@ -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?**==
|
||||
|
||||
|
||||
## Installing Python packages with pip
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
## 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:
|
||||
|
@ -142,7 +144,7 @@ The other protocol for accessing remote git repositories uses ssh. Repository UR
|
|||
```bash
|
||||
[user@]server:[somepath/]project.git
|
||||
```
|
||||
On github.com for instance, it is
|
||||
On github.com, for instance, it is
|
||||
```bash
|
||||
git@github.com:user/project.git
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue