尝试重置git HEAD时出错

时间:2016-01-22 14:20:13

标签: git

我尝试使用

删除本地存储库中的最后一次提交
git reset --hard HEAD~1

命令。 但是我收到以下错误:

fatal: Could not reset index file to revision 'HEAD~1'.

我得到了

(Filename too long)

有几个文件。我怎么能避免这个?我在Windows上

1 个答案:

答案 0 :(得分:3)

尝试查看这些错误是否仍然存在:

git config --system core.longpaths true

确保使用latest git-for-windows (2.7.0),您甚至不需要该选项。