npm ERR! git clone git@github.com:github:neogeek/gamepad.js Cloning into bare reposito$y '/home/member/.npm/_git-remotes/git-github-com-github-neogeek-gamepad-js-99820830'..$
npm ERR! git clone git@github.com:github:neogeek/gamepad.js fatal: remote error:
npm ERR! git clone git@github.com:github:neogeek/gamepad.js is not a valid reposito$y name
我正在执行生成应用程序映像(需要 32 位版本)的步骤,并且在运行上述命令时出现上述错误。
切换 package.json 以尝试通过 https 而不是默认设置(显然在我的环境中)ssh 来获取它似乎可以解决问题。