git svn fetch:不能unmemoize函数`check_cherry_pick',因为它没有被记忆开始 [英] git svn fetch: Could not unmemoize function `check_cherry_pick', because it was not memoized to begin with

查看:102
本文介绍了git svn fetch:不能unmemoize函数`check_cherry_pick',因为它没有被记忆开始的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行 git svn fetch 时遇到以下错误:

I'm hitting the following error while running git svn fetch:

Complex regular subexpression recursion limit (32766) exceeded at /usr/share/perl5/vendor_perl/YAML/Loader.pm line 517, <$IN> line 1.
YAML Error: Can't parse double quoted string
   Code: YAML_PARSE_ERR_BAD_DOUBLE
   Line: 2
   Document: 1
 at /usr/share/perl5/vendor_perl/YAML/Loader.pm line 523.

Could not unmemoize function `check_cherry_pick', because it was not memoized to begin with at /usr/share/perl5/vendor_perl/Git/SVN.pm line 1639.
END failed--call queue aborted at /usr/libexec/git-core/git-svn line 49.

以前类似的事情发生了,解决方案是

Previously something similar happened and solution was git svn reset -r N which is not applicable in this case.

推荐答案

谷歌搜索引导我到达以下解决方案

Googling led me to the following solution:

rm -rf .git/svn/.caches

这篇关于git svn fetch:不能unmemoize函数`check_cherry_pick',因为它没有被记忆开始的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆