简体   繁体   English

使用git克隆使用SVN的CodePlex项目

[英]using git to clone a CodePlex project that uses SVN

I have a project hosted in CodePlex, I chose SVN when I created this project. 我有一个在CodePlex中托管的项目,我在创建这个项目时选择了SVN。 Now I try to use Git to clone this project. 现在我尝试使用Git来克隆这个项目。

I tried: "git svn clone the_url" 我试过:“git svn clone the_url”

But it just hangs forever. 但它只是永远挂起。 It did not ask me for username or password or anything, just hangs. 它没有问我用户名或密码或任何东西,只是挂起。

Any idea how to get this to work? 知道如何让这个工作吗?

Have a look at this answer regarding git svn and CodePlex. 看看关于git svn和CodePlex的这个答案 There are multiple possibilities, including SSL certificates, and CodePlex just responding slowly to the massive SVN fetch that git svn clone requires. 有多种可能性,包括SSL证书,而CodePlex只是缓慢响应git svn clone需要的大量SVN提取。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM