美文网首页
SourceTree 使用SVN

SourceTree 使用SVN

作者: toExploreFuture | 来源:发表于2020-12-31 10:45 被阅读0次

    1.先初始化自己创建的目录,使其拥有git的一些配置:创建一个目录,命令行进入目录执行

    git svn init --username=xx svn-remote svn地址
    

    2.用git svn 命令拉下代码,此时也可能会提示输入用户名和密码:命令执行:

     git svn clone svn地址
    

    使用sourcetree 找到具体位置。

    相关文章

      网友评论

          本文标题:SourceTree 使用SVN

          本文链接:https://www.haomeiwen.com/subject/wueloktx.html