致命:模糊参数,当运行`git filter-branch`时

时间:2019-01-08 09:46:59

标签: git

我在centos 7中使用git 1.8.3.1
我想rm -cached favicon.icofavicon2.icosample.ico...处于我的仓库当前状态。
我的脚本出现如下错误:

    [root@localhost www]# git filter-branch "git rm --cached '*.ico'" HEAD
    fatal: ambiguous argument 'git rm --cached '*.ico'': unknown revision or path not in the working tree.
    Use '--' to separate paths from revisions, like this:
    'git <command> [<revision>...] -- [<file>...]'

出什么问题了?

0 个答案:

没有答案