如何使用 cmd 修复易受攻击的依赖项?
How to fix a vulnerable dependency using 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".
谁能帮我解释一下这个警告?
提前致谢。
尝试 运行ning git add .
– 不要省略点 (.) Next 运行 git commit -m "your commit msg"
finally 运行 您正在尝试的上一个命令, 我假设 git rebase
既然如此,我就有点依赖的知识了。
我在 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".
谁能帮我解释一下这个警告?
提前致谢。
尝试 运行ning git add .
– 不要省略点 (.) Next 运行 git commit -m "your commit msg"
finally 运行 您正在尝试的上一个命令, 我假设 git rebase