chore: Fix The unauthenticated git protocol on port 9418 is no longer supported
What
Fix #8140 (closed)
2022/1/11 から git://
な dependencies でエラーが出て、installが出来なくなったのを修正。(多分認証入ってるユーザーは通るけどCIとか匿名ユーザーはコケる)
The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
https://github.blog/2021-09-01-improving-git-protocol-security-github/#when-are-these-changes-effective https://docs.npmjs.com/cli/v8/configuring-npm/package-json#git-urls-as-dependencies
Why
Fix bug