我如何克服“倒数第二条记录全为零”的问题?问题?
在我被要求更新远程 SVN 服务器上的密码后,我在所有 git-svn 操作中收到此错误:
Penultimate record is all-zeroes in .git/svn/refs/remotes/trunk/.rev_map.f0385452-2b02-e011-bae3-001e4f1e4737 at /usr/libexec/git-core/git-svn line 1554
我不知道如何克服它。
After I was required to update my password on a remote SVN server, I'm getting this error on all git-svn operations:
Penultimate record is all-zeroes in .git/svn/refs/remotes/trunk/.rev_map.f0385452-2b02-e011-bae3-001e4f1e4737 at /usr/libexec/git-core/git-svn line 1554
I can't figure out how to get past it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
系统崩溃后我遇到了这个错误。以下对我有用:
我也在某个时候运行了 git pack-refs --all ,但我认为这没有效果。
我受此指导:
我需要从 git-svn 取消获取一些修订
I had this error after a system crash. The following worked for me:
I also ran git pack-refs --all at some point, but I think that didn't have an effect.
I was guided by this:
I need to un-fetch some revisions from git-svn