msysgit从1.7.11破解? [英] msysgit broken from 1.7.11?

查看:67
本文介绍了msysgit从1.7.11破解?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

将msysgit更新到1.7.11之后,调用git-svn时出现以下错误:

After updating msysgit to 1.7.11, I get the following error when calling git-svn:

$ git svn rebase
Can't locate Git/SVN/Editor.pm in @INC (@INC contains: /lib 
/usr/lib/perl5/5.8.8/msys
/usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/msys
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl .) 
at C:\Program Files\Git/libexec/git-core\git-svn line 81.
BEGIN failed--compilation aborted at C:\Program Files\Git/libexec/git-core\git-svn line 81.

其他人会遇到此问题吗?

Does anyone else experience this problems?

推荐答案

更新

似乎此问题已在同时解决.保留原始答案以供参考.

Seems like this issue is fixed in the meanwhile. Keeping original answer for reference.

原始答案:

经过一些研究,我发现了这个问题: https://github.com/msysgit/msysgit/issues/32

After doing a little research, I found this issue: https://github.com/msysgit/msysgit/issues/32

很明显,该错误是已知的.

Obviously the bug is already known.

与此同时,我通过手动下载缺少的软件包来帮助自己:

Meanwhile, I help myself by manually downloading the missing packages:

cd C:/Program\ Files/Git/lib/perl5/site_perl
mkdir -p Git/SVN/Memoize
cd Git/SVN
for i in Editor.pm Fetcher.pm Prompt.pm Ra.pm Memoize/YAML.pm
do
  curl -x $HTTP_PROXY https://raw.github.com/gitster/git/master/perl/Git/SVN/$i > $i
done

这篇关于msysgit从1.7.11破解?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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