【发布时间】:2020-07-15 17:38:31
【问题描述】:
我正在开发 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
我已经在我的 Github 中添加了 SSH。直到现在它运作良好 请帮帮我
【问题讨论】:
标签: git firebase vue.js npm vuetify.js