小编Aja*_*vas的帖子

在 Manjaro 上更新包时无法提交事务(冲突文件)

sudo pacman -Syu

我尝试在我的 Manjaro Linux 上使用 pacman 更新所有软件包,pacman 一定会尽一切努力下载所有可用软件包的最新更新,在检查文件冲突后,它会抛出

...
(126/126) checking keys in keyring  100%
(126/126) checking package integrity 100%
(126/126) loading package files 100%
(126/126) checking for file conflicts
error: failed to commit transaction (conflicting files)
npm: /usr/lib/node_modules/npm/lib/exec/get-workspace-location-msg.js exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/@npmcli/git/lib/utils.js exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/balanced-match/.github/FUNDING.yml exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/just-diff/index.d.ts exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/just-diff/index.tests.ts exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/libnpmexec/CHANGELOG.md exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/libnpmexec/LICENSE exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/libnpmexec/README.md exists in filesystem
npm: …
Run Code Online (Sandbox Code Playgroud)

linux archlinux node.js manjaro pacman-package-manager

15
推荐指数
2
解决办法
1万
查看次数

Firebase 电话身份验证在发布版本中不起作用

OTP 验证适用于调试版本。我还在 firebase 控制台中为发布版本添加了 SHA 密钥。但是当我生成签名的 apk 并将其上传到 Play 商店时,电话身份验证不起作用。在将应用程序上传到 Play 商店的生产环境后,我是否应该同时保留调试 SHA 密钥和发布密钥?在生产环境中使用 Firebase 应用程序是否必须进行 Google App Signing?

android firebase

11
推荐指数
1
解决办法
2541
查看次数