【问题标题】:How to fix a vulnerable dependency using cmd?如何使用 cmd 修复易受攻击的依赖项?
【发布时间】:2020-11-30 16:34:36
【问题描述】:

在这种情况下,我对依赖有所了解。

我在 CLI 上有这个警告

int: Use 'git am --show-current-patch' to see the failed patch
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Patch failed at 0006 Modified resources
Resolve all conflicts manually, mark them as resolved with
"git add/rm <conflicted_files>", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase --abort".

有人可以帮我解释一下警告吗?

提前谢谢你。

【问题讨论】:

    标签: laravel npm dependencies


    【解决方案1】:

    尝试运行git add . - 不要省略点(。)下一次运行git commit -m "your commit msg" 最后运行您尝试的上一个命令,我想git rebase

    【讨论】:

    • 谢谢伊吉里,这已经解决了。无论如何,谢谢你,上帝保佑你。
    猜你喜欢
    • 2018-06-24
    • 2021-04-27
    • 1970-01-01
    • 2021-09-27
    • 1970-01-01
    • 2020-05-03
    • 1970-01-01
    • 2019-08-04
    • 2018-11-17
    相关资源
    最近更新 更多