gpt4 book ai didi

git svn clone 格式错误的索引信息错误

转载 作者:IT王子 更新时间:2023-10-29 00:53:40 30 4
gpt4 key购买 nike

当我运行 git svn clone 时,出现以下错误:

  0 [main] perl 24432 cygwin_exception::open_stackdumpfile: Dumping stack trace to perl.exe.stackdump
fatal: malformed index info 100644 362f1c18ceed5d593eb021432545685283a93

当我打开文件时,我看到以下内容:

Exception: STATUS_ACCESS_VIOLATION at rip=0048360C537 rax=00000006039F81E0 rbx=000000005219E248 rcx=000000060003A3C0 rdx=0000000000000000 rsi=000000000000FDB4 rdi=0000000000000004 r8 =0000000000000000 r9 =0000000000000000 r10=0000000000230000 r11=000000048D785FBA r12=0000000000000003 r13=000006FFFF7FEDB8 r14=00000006014D4030 r15=000006FFFF7FEDD0 rbp=000000000007EDA8 rsp=000000000022BE80 program=C:\Program Files\Git\usr\bin\perl.exe, pid 24432, thread main cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B

我检查了以下链接:

Error with Git SVN clone

Problem cloning a single SVN Branch via git svn

Python SVN bindings for Windows

subversion python bindings documentation?

不幸的是,我对底层技术还不够熟悉,无法弄清楚我应该做什么。可能会导致此问题,我该如何解决?

最佳答案

我在使用 svn2git 工具将巨大的 svn 存储库迁移到 git 时遇到了这个错误。我在我的 .git/config 文件中添加了以下几行,它开始工作了:

[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
packedGitLimit = 256m
packedGitWindowSize = 256m
longpaths = true
[http]
postBuffer = 524288000
[pack]
deltaCacheSize = 256m
packSizeLimit = 256m
windowMemory = 1024m

这些设置在 git-config man page 中有解释。 .

关于git svn clone 格式错误的索引信息错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32465621/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com