mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-05-22 19:41:11 -04:00
Fix error
This commit is contained in:
parent
324ab9cf0c
commit
7beebd83d7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue