git 文件过大 EOF

2019-09-25  本文已影响0人  上山砍柴

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

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

例如:

git clone https://github.com/sample --depth 1  
上一篇 下一篇

猜你喜欢

热点阅读