mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-01-12 15:29:24 -05:00
Fix error
This commit is contained in:
parent
324ab9cf0c
commit
7beebd83d7
@ -49,7 +49,7 @@ sudo apt install qubes-core-agent-passwordless-root qubes-core-agent-dom0-update
|
|||||||
Configuring git proxy
|
Configuring git proxy
|
||||||
|
|
||||||
```
|
```
|
||||||
git --config global.proxy 127.0.0.1:8002
|
git config --global http.proxy http://127.0.0.1:8002
|
||||||
```
|
```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
@ -114,7 +114,7 @@ sudo dnf install qubes-core-agent-passwordless-root qubes-core-agent-dom0-update
|
|||||||
Configuring git proxy
|
Configuring git proxy
|
||||||
|
|
||||||
```
|
```
|
||||||
git --config global.proxy 127.0.0.1:8002
|
git config --global http.proxy http://127.0.0.1:8002
|
||||||
```
|
```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user