Closed snarfed closed 6 years ago
Hurmmm yes, this looks like it was broken with 0.5.0
. 0.4.5
seems to work. I will look into fixing tonight...
Check the fix-url-parser
branch. Let me know if that works for you.
works great! thanks for the quick fix!
hi! first off, thanks again for git-link. it's great!
i recently upgraded to 0.5.1 (not sure of the older version i was on, sorry), and i now get the error message
Result: "No handler for USERNAME"
in repos where the first remote URL is http with username and token, e.g.https://snarfed:abc123@github.com/snarfed/foo.git
. i think these URLs worked in the earlier version i upgraded from.remote URLs with
git:
orhttps:
without username/token still work fine.thanks in advance!