-
Suggestion
-
Resolution: Unresolved
-
None
-
None
When clicking the "Remote" button in the Header/Ribbon the following error is displayed:
Get an app to open this 'ggithub.com' link (see screenshots below)
This issue only exists for repositories cloned from GitHub SSH Paths not HTTPS
i.e. git@github.com:${owner}/${repo}
I would recommend coding an exception for git repos with path git@github.com to have the remote button in the header simply navigate to
https://github.com/${owner}/${repo}
and removing the git@ prefix.
This issue does not exist for repos cloned from my Gitea Instance using SSH as the Remote Path is hardcoded to ssh:// and the Remote Button opens my default SSH Terminal (in my case termius)
i.e. ssh://git@gitea.domain.tld:2222/${owner}/${repo}