gpt4 book ai didi

git - 为什么 git-svn 因信号 13 而失败?

转载 作者:太空狗 更新时间:2023-10-29 12:47:01 26 4
gpt4 key购买 nike

令人困惑的是,我多次使用 git svn 克隆 svn 存储库都失败了,为什么?

$ git svn clone -s https://192.168.2.145/svn/myprojects/Search/

Following parent with do_switch
Successfully followed parent
r362 = 6be745be496f98f96ac66fccead8211734cf6455 (refs/remotes/tags/8-22)
Found possible branch point: https://192.168.2.145/svn/myprojects/demo/trunk => https://192.168.2.145/svn/myprojects/Search/trunk, 368
Initializing parent: refs/remotes/trunk@368
**error: git-svn died of signal 13**


$ echo $?
141

最佳答案

正在关注 this thread ,这似乎是一个相当奇特(且未解决)的错误。

I managed to get a lot farther with

while ! git svn fetch ; do sleep 1 ; done

But eventually I exceeded my disk quota.

I've run into this in my git-svn clones as well. It happened once last year.
I tried this trick I found googling around:

rm -f .git/index
git read-tree --reset HEAD
git status

... but it didn't help.
I ended up re-doing the git svn clone. Since then it has worked fine.

关于git - 为什么 git-svn 因信号 13 而失败?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13245376/

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