cli / go-gh

A Go module for interacting with gh and the GitHub API from the command line.
https://pkg.go.dev/github.com/cli/go-gh/v2
MIT License
322 stars 45 forks source link

Unconditionally resolve "ssh.github.com" to "github.com" #68

Closed samcoe closed 1 year ago

samcoe commented 1 year ago

This functionality diverged (https://github.com/cli/cli/commit/c240ab9137db008609a0c8406ce27b1ff54917df) while migrating to go-gh for ssh config file parsing and translation so just re-adding it back in.

Fixes https://github.com/cli/cli/issues/6125