当前位置:  开发笔记 > 后端 > 正文

Windows上的Git和SVN

如何解决《Windows上的Git和SVN》经验,为你挑选了0个好方法。

我正在尝试为我的本地存储库运行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帖子.我不确定我遇到的症状是否相同.

推荐阅读
ar_wen2402851455
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有