This repository was archived by the owner on Oct 20, 2023. It is now read-only.
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
Possible issue with Network Proxy settings #40
Open
Description
The sudo gh net start
command gives the following error:
choosing codespace: error getting codespaces: error making request: Get "https://api.github.com/user/codespaces?per_page=100": dial tcp 140.82.113.5:443: i/o timeout
Reproduce steps
- From my desktop, connect to my private enterprise network using a
VPN
client (Cisco AnyConnect4.10.01075
). - Configure required enterprise
proxy
settings through theHTTP_PROXY
,HTTPS_PROXY
andNO_PROXY
environment variables. - Optional: run
gh codespace list
to make sureproxy
settings are configured properly. - Run
sudo gh net start
. The command will fail with the error message provided above.
Expected behavior
The sudo gh net start
command should display the list of codespaces to choose from successfully.
Desktop:
- OS: macOS
- Version 12.5
- Platform architecture: Apple M1
gh
version2.14.3
(2022-07-26)
Additional context
The sudo gh net start
command successfully displays the list of codespaces when NOT connected to VPN
.