
git
枫--叶
focus on Java, windows security
展开
-
git如何clone大仓库,避免超时
1. git clone --depth=1 <your git repo url> 2. git pull --unshallow 如果还是失败,则逐步加大深度,执行: git pull --depth=<your depth > 参考 https://segmentfault.com/q/1010000000409170 ...原创 2019-05-30 09:52:08 · 4472 阅读 · 0 评论 -
git换行符CRLF导致提交失败
//索性关闭 git config --global core.autocrlf false原创 2019-08-29 12:01:15 · 595 阅读 · 0 评论