git add 导致索引损坏错误
我在使用 git 时遇到了一些问题。我已经设置了 drupal。 我已经设置了正确的 .gitignore 。
每次我执行 git add . 和 git status 时。我收到索引文件损坏错误。
我按照这个如何在使用 Git 时解决“错误:错误索引 – 致命:索引文件损坏” 来修复它,但它不断回来。我尝试删除整个 .git 文件夹。但它不起作用。
有谁知道如何解决这个问题?
I am having a bit of a problem here with git. I have a drupal set up.
I have the proper .gitignore set up.
everytime i do git add . and git status. i get index file corrupt error.
I followed this How to resolve "Error: bad index – Fatal: index file corrupt" when using Git to fix it, but it keeps coming back. I tried removing entire .git folder. but it didnt work.
Does anyone know how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了这个问题。
我发现我的问题是子目录中还有另外两个 .git 文件夹。我已将两个存储库克隆到这些子文件夹中。我删除了这两个 .git 文件夹,然后我就可以再次使用 git 了。
为了找到这些其他 .git 文件夹,我运行了以下命令:
I was having this exact problem.
I figured out my problem was that there were two other .git folders in subdirectories. I had cloned two repos into these sub folders. I removed these two .git folders and I was able to use git again.
To find these other .git folders I ran this command: