dgtized / github-clone.el

Fork and clone Github projects from Emacs
58 stars 14 forks source link

Clone with https url when argument is given as 'user/repo' #24

Closed timor closed 3 years ago

timor commented 6 years ago

The default method seems to try to clone from the ssh url. Is there a way to have it use https instead?

dgtized commented 3 years ago

Yep, that's exactly what the defcustom github-clone-url-slot specified in https://github.com/dgtized/github-clone.el/blob/master/github-clone.el#L47 does. If you would prefer to use https, customize the variable to use :clone-url.

Hope that helps, despite the long hiatus, sorry about that!