Support use of ssh:// as prefix of remote urls
Closed this issue · 1 comments
rousseldenis commented
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.
PatrickF1 commented
Oh good idea! Thank you! Sorry I had notifications turned off and didn't think to check here until now.