Subject: | .git suffix is optional |
A github repository may be cloned without the .git suffix, e.g.
https://github.com/creaktive/LWP-Protocol-Net-Curl
In this case this dzil plugin fails with
GitHubMeta: no github account name found in .git/config
Possible fix: instead of https://metacpan.org/release/Dist-Zilla-Plugin-MetaResourcesFromGit/source/lib/Dist/Zilla/Plugin/MetaResourcesFromGit.pm#L92 use a regexp like in https://metacpan.org/release/Dist-Zilla-Plugin-PERLANCAR-MetaResources/source/lib/Dist/Zilla/Plugin/PERLANCAR/MetaResources.pm#L102
Users may currently workaround the problem by manually add the ".git" suffix in .git/config