gpt4 book ai didi

git - fatal : clean. requireForce 默认为 true 且未给出 -i、-n 或 -f;拒绝打扫

转载 作者:IT王子 更新时间:2023-10-29 01:25:49 25 4
gpt4 key购买 nike

当我尝试通过 git clean 清理所有未跟踪的文件时,它显示错误:

fatal: clean.requireForce defaults to true and neither -i, -n, nor -f given; refusing to clean

如何解决?

最佳答案

您必须在 .gitconfig 中将 requireForce 设置为 false 或使用 -f-i 使用此命令进行标记。

  1. git clean -f 将强制清理未跟踪的文件,即使 clean.requireForce 设置为默认值 true。
  2. git clean -i 将为您提供一种交互式方式来清理每个文件
  3. git clean -n 将仅显示如果执行 git clean 将删除哪些文件。

引用:https://git-scm.com/docs/git-clean

关于git - fatal : clean. requireForce 默认为 true 且未给出 -i、-n 或 -f;拒绝打扫,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34542204/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com