git protocol on port 9418 is no longer supported エラーの対処法

2216 ワード

現象

■ node.jsのプロジェクトでnpm installしたところ以下のエラーが発生し、npm installに失敗した。

Error while executing:
npm ERR! /usr/local/bin/git ls-remote -h -t git://github.com/{hogehoge}.git
npm ERR!
npm ERR! fatal: remote error:
npm ERR!   The unauthenticated git protocol on port 9418 is no longer supported.
npm ERR! Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
npm ERR!
npm ERR! exited with error code: 128
.
.
.
ERR! The unauthenticated git protocol on port 9418 is no longer supported.
ERR! /usr/local/bin/git ls-remote -h -t git://github.com/{hogehoge}.git

上記エラー文が出力され、npm installに失敗してしまう。

原因