Post https://api.github.com/graphql: net/http: TLS handshake timeout #514
Closed
Description
Describe the bug
TLS handshake timeout error upon first ever run of gh issue list
after having the CLI installed.
gh version 0.5.5 (2020-02-13)
https://github.com/cli/cli/releases/tag/v0.5.5
Steps to reproduce the behavior
brew install github/gh/gh
gh issue list
- Authenticate via the URL provided.
- Authentication complete. Press Enter to continue…
- Retry
gh issue list
- Observe the error after ~10 seconds:
Post https://api.github.com/graphql: net/http: TLS handshake timeout
Expected vs actual behavior
I was expecting to see the list of issues for the current working directory's repo, however it ended up error-ing on me.