我正在尝试为我的本地存储库运行git,并将SVN用于我的中央存储库到CodePlex项目.我下载了最新版本的msysgit,但SVN支持似乎没有工作.
以下成功初始化一个新的空存储库,然后卡住:
git svn init https://myproject.svn.codeplex.com git svn fetch
尝试执行获取后,我得到以下内容:
Error validating server certificate for 'https://myproject.svn.codeplex.com:443' : - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! Certificate information: - Hostname: *.svn.codeplex.com - Valid: from May 23 02:11:05 2009 GMT until May 23 02:11:05 2010 GMT - Issuer: redmond, corp, microsoft, com - Fingerprint: f0:89:78:18:47:70:e4:dc:27:01:27:9c:6f:44:4c:3f:8a:9b:ad:79 (R)eject, accept (t)emporarily or accept (p)ermanently? p
正如您所看到的,我尝试永久接受证书,但msysgit只是坐着而且从不执行获取.
难道我做错了什么?支持不存在吗?我从12月份发现了类似的Stack Overflow帖子.我不确定我遇到的症状是否相同.