Closed
Description
Hello
it seems that URLs for GitHub repos have the form git@github.com:user/repo.git
. Would it be possible to have an option to use https://github.com/user/repo.git
instead (I don't know why but I have issues with my ssh config on my laptop and only the second way works)?
Note: currently I use git remote set-url origin https://github.com/user/repo.git
to update things so this is a very low priority issue :-)