mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-05-23 02:51:14 -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
|
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…
Add table
Add a link
Reference in a new issue