Fix error

This commit is contained in:
deathrow 2022-08-06 23:02:57 -04:00
parent 324ab9cf0c
commit 7beebd83d7
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -49,7 +49,7 @@ sudo apt install qubes-core-agent-passwordless-root qubes-core-agent-dom0-update
Configuring git proxy
```
git --config global.proxy 127.0.0.1:8002
git config --global http.proxy http://127.0.0.1:8002
```
<br>
@ -114,7 +114,7 @@ sudo dnf install qubes-core-agent-passwordless-root qubes-core-agent-dom0-update
Configuring git proxy
```
git --config global.proxy 127.0.0.1:8002
git config --global http.proxy http://127.0.0.1:8002
```
<br>