Proxy Issues
Auto-detect (Windows)
| Bash |
|---|
| gitbridge sync --config config.yaml --auto-proxy
|
Manual proxy
| Bash |
|---|
| gitbridge sync --repo https://github.com/user/repo --local ./repo --proxy http://user:pass@proxy.company.com:8080
|
Env vars
| Bash |
|---|
| export HTTPS_PROXY=http://proxy.company.com:8080
export HTTP_PROXY=http://proxy.company.com:8080
|
If both CLI and env are set, CLI takes precedence.