美文网首页
git 文件过大 EOF

git 文件过大 EOF

作者: 上山砍柴 | 来源:发表于2019-09-25 13:58 被阅读0次

解决方案,加--depth 1,仅获取最新版和一个历史版本,即最后2个版本:

#仅获取最新版和一个历史版本,即最后2个版本
git clone <repo_url> --branch <tag_name> --depth 1  

例如:

git clone https://github.com/sample --depth 1  

相关文章

网友评论

      本文标题:git 文件过大 EOF

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