如何使用cmd修复易受攻击的依赖项



在这种情况下,我对依赖关系有一些了解。

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".

有人能帮我解释一下这个警告吗?

提前谢谢。

尝试运行git add .–不要省略句点(。(接下来运行git commit -m "your commit msg",最后运行您尝试的上一个命令,我认为是git rebase

最新更新