dgtized / github-clone.el

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

github enterprise? #17

Open cwage opened 8 years ago

cwage commented 8 years ago

Is there a way this could be refactored slightly to support github enterprise repos?

It seems like the only reason it doesn't work now is that it tries to hit the github.com api to snag a username.. I'd take a stab at it myself but my elisp is not what it used to be..

dgtized commented 8 years ago

Not sure if that would fall on this project or gh.el. I don't have an enterprise account so I can't really test it easily either. I'm definitely open to PR's though.