我正在研究Vuetify。我想添加Firebase身份验证 命令:
npm install --save firebase firebase/app firebase/auth firebase/database
我收到此错误
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/firebase/database.git
npm ERR!
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
我已经将SSH添加到我的Github中。到目前为止效果很好 请帮助我