How to use dolt with a proxy
Open
customer issue
documentation
question
version control
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
e.g.
available proxies:
* http proxy: http://127.0.0.1:80808
* socks5 proxy: socks5://127.0.0.1:80809
How to use the proxies for dolt on linux, e.g. `dolt clone`?
I've tried
```sh
export http_proxy http://127.0.0.1:80808
dolt clone ...
```
and
```sh
export http_proxy socks5://127.0.0.1:80809
dolt clone ...
```
and
```sh
proxychains dolt clone ...
```
but none works.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.