01-git克隆超时

git clone会下载全部提交历史记录,如果不需要历史记录,可使用使用参数控制深度

1
git clone --depth=1 https://github.com/dalivk/project.git