rmuslimov / browse-at-remote

Browse target page on github/bitbucket from emacs buffers
233 stars 54 forks source link

"Origin repo parsing failed" when repo url contains numbers #5

Closed antonyshchenko closed 9 years ago

antonyshchenko commented 9 years ago

For example:

git@github.com:env0der/dotemacs.git or http://github.com/syl20bnr/spacemacs

rmuslimov commented 9 years ago

Yep, fixed for first example. However, second example is incorrect because it's required to have https prefix instead http.

antonyshchenko commented 9 years ago

It works now, thank you!