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.
No Connectivity to Local Resources #47
Open
Description
Describe the bug
I am unable to connect to resources local to my device
Reproduce steps
Steps to reproduce the behavior:
- Install
gh
andgh-net
on macOS - Launch a GitHub Codespace with following definition
{ "name": "devcontainer", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/devcontainers/features/common-utils:1": { "installZsh": "true", "installOhMyZsh": "true", "upgradePackages": "true", "nonFreePackages": "false" }, "ghcr.io/devcontainers/features/sshd:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {} } }
- Start
gh-net
on macOSgh net start --codespace ${CODESPACE_NAME} --trace trace --trace-dest ~/codespace-trace.log
Expected behavior
Connections from GitHub Codespace to local resources work, e.g. SSH to A.B.C.D
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: macOS
- Version: 13.0
- Platform architecture: Apple M1
Additional context
I have disabled the macOS firewall
Logs
I've dumped my local gh-net
log to https://gist.github.com/jacobwoffenden/638a8502792bb88e993c92978ed87f4f, please let me know what specific log you would like from the GitHub Codespace