美文网首页
git使用技巧

git使用技巧

作者: 文丰online | 来源:发表于2018-03-27 18:51 被阅读0次

    1、
    问题:git仓库太大,每次使用小乌龟检出都到40%左右的时候就中断了,重来又重新开始。
    解决:通过如下命令
    步骤一、
    git fetch https://repo.or.cz/tomato.git
    如果中途掉线,继续重复执行上面命令

    步骤二、
    git checkout FETCH_HEAD
    git fetch git://repo.or.cz/tomato.git HEAD

    相关文章

      网友评论

          本文标题:git使用技巧

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