Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个托管在 CodePlex 中的项目,我在创建这个项目时选择了 SVN。现在我尝试使用 Git 来克隆这个项目。
我试过:“git svn clone the_url”
但它只是永远挂起。它没有问我用户名或密码或任何东西,只是挂起。
知道如何让它工作吗?
看看这个关于 git svn 和 CodePlex的答案。有多种可能性,包括 SSL 证书,并且 CodePlex 只是对 git svn clone 所需的大量 SVN 获取响应缓慢。