我已经更新了一个现有文件myfile.js,然后运行:git status #I see my file listed under "Changes to be committed"输出结果为:fatal: pathspec '%' did not match any files
我以前从未见过这种情况有什么建议吗?
我错误地将一个300 MB的文件提交到一个git存储库中,然后将其推送到Github,并收到了一条消息,即该文件太大了。所以我按照这里的指示删除了这个文件:git commit --amend -CHEADremote: error: Filegiant_file is 313.04 MB; this exceeds GitHub's file s
这就是我对git的承诺:git commit -m 'added theme color and image error handling'error: pathspec 'theme' did not match any file(s) known to git
error: pathspec 'color' did not mat