Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 git 存储库中有一个目录名称“[afdsklj]”。似乎 git sparse checkout 在尝试创建新目录时仍然给我致命错误无效参数。有没有办法让 git 完全排除这个坏目录?
首先检查是否可以在 git sparse-checkout 定义中转义这些字符:
\[afdsklj\]
如果没有,就像在这里一样,尝试添加通配符:
*afdsklj*