mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-12-25 11:39:23 -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
|
||||
|
||||
```
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user