Git 仓库太大

方法一:本地可设置
git config --global pack.windowMemory "4000m"

方法二:使用 ssh配置

关于配置 https://www.jianshu.com/p/60e220158c84

不用重复输入密钥
ssh-keygen -p -P 123456 -N '' -f ~/.ssh/id_rsa

你可能感兴趣的:(Git 仓库太大)