gh-net
gh-net copied to clipboard
A network bridge between a Codespace and a local machine.
The `sudo gh net start` command gives the following error: ``` bash 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**...
Since we have the single command `start`, it does not make sense to keep it anymore - we can make this command to be the default one for the sake...
The `use cases` section in readme will help new users to understand how the `gh net` can be used and what are the target usage scenarios are. This section may...
Currently, you have to manually run the extension every time you connect to a Codespace which is not ideal user flow. One option to improve this is to have a...
Initial spike in traffic to a remote kube cluster using kubectl is delayed due to large number of concurrent requests made by the tool(~20 requests). This results in delay at...
When we resolve a DNS name, the resolved IP address might be routed to a non-default network interface inside a Codespace and hence cannot be routed to the local machine....
Terminal GUI overlaps with SSH passphrase or Codespace password dialog hence not possible to connect
 ### 🔨 Workaround Add private SSH key to ssh agent, as suggested in [Generating a new SSH key and adding it to the ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent): ```shell ssh-add -K ~/.ssh/id_ed25519 ```...
Add `RPC` API for the extension that will allow using the extension by other tools as a standalone binary. For instance, a vscode extension could use the `RPC` API to...
This issue tracks Windows support for the extension. - [ ] Windows 10 - [ ] Windows 11
**Describe the bug** The CLI crashes when I run `gh net start` either as `root` directly, or when I use `sudo`. **Reproduce steps** ``` root@LTTC-2BV65M3:/home/jwilbur# RUST_BACKTRACE=1 gh net start you...