【发布时间】:2012-05-17 15:38:23
【问题描述】:
我正在使用由存储库托管公司托管的 SVN 进行源代码控制。我正在考虑将其迁移到 Git 并通过尝试迁移到本地 Git 实例来测试迁移的水域。我已经安装了 Git Extensions v2.31 并安装了我在安装过程中提供的 msysgit 版本。
安装后,我单击“克隆 SVN 存储库”选项并输入 SVN 存储库位置和其他必要的详细信息。单击克隆按钮。然后我在“进程”输出窗口中看到了以下消息(我已经对一些信息进行了脱敏处理):
c:\Program Files (x86)\Git\bin\git.exe svn clone "https://foobar.domain.com/folder/name.svn" "c:/git/"
Initialized empty Git repository in c:/git/.git/
Error validating server certificate for 'https://foobar.domain.com:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: *.domain.com
- Valid: from Mar 18 13:23:06 2012 GMT until Apr 20 16:16:05 2013 GMT
- Issuer: GeoTrust, Inc., US
- Fingerprint: a2:36:f0:ae:8c:c7:a3:f2:be:98:b3:0f:2e:f8:3a:07:9a:94:90:81
此时没有显示任何其他内容,进度条仍在指示进度,但没有真正发生任何事情。该问题似乎与此处报告的类似:Git and SVN on Windows
但是,我什至没有选择拒绝/接受等?有人有什么想法吗?
TIA
【问题讨论】:
标签: git svn msysgit git-extensions