致命:无法读取对象 X Input/output 错误致命:索引包失败 - Git 使用 Dropbox 拉取
fatal: failed to read object X Input/output error fatal: index-pack failed - Git pull with Dropbox
我将我的 git 存储库移到了 Dropbox 共享帐户中。从那以后,每次我做 git pull
我都会收到以下错误:
fatal: failed to read object e1ad9cbb1cb523a82191acd817fdc68d0388a45e: Input/output error
fatal: index-pack failed
你们知道可能是什么问题吗?
好的,我确实找到了问题。
由于 Dropbox 添加了新功能智能同步您需要确保 .git
中的所有文件都在本地同步。
我将我的 git 存储库移到了 Dropbox 共享帐户中。从那以后,每次我做 git pull
我都会收到以下错误:
fatal: failed to read object e1ad9cbb1cb523a82191acd817fdc68d0388a45e: Input/output error
fatal: index-pack failed
你们知道可能是什么问题吗?
好的,我确实找到了问题。
由于 Dropbox 添加了新功能智能同步您需要确保 .git
中的所有文件都在本地同步。