gh-net icon indicating copy to clipboard operation
gh-net copied to clipboard

A network bridge between a Codespace and a local machine.

Results 35 gh-net issues
Sort by recently updated
recently updated
newest added

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**...

bug
enhancement
p1

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...

enhancement
API

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...

enhancement
docs

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...

enhancement
UX

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...

bug
performance

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....

bug
IP-routing

![image](https://user-images.githubusercontent.com/1478800/165417322-bba880b2-8530-40e6-b598-c5ed79ca7426.png) ### 🔨 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 ```...

mac-osx
known-issue

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...

enhancement
API

This issue tracks Windows support for the extension. - [ ] Windows 10 - [ ] Windows 11

enhancement
windows-host

**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...

bug
known-issue