PatrickF1/github.fish

Support use of ssh:// as prefix of remote urls

Closed this issue · 1 comments

Currently, when using repositories with ssh access, returns error 'The upstream remote of the current branch is not a GitHub repository'.

As the regex is too restrictive ('^git@github.com').

Use 'git@github.com' instead.

Oh good idea! Thank you! Sorry I had notifications turned off and didn't think to check here until now.