近日在我的ipadpro上登陆ish,并使用git时碰到了这样的问题:每次git clone就会卡在resolving deltas。经过一番研究之后发现,添加设置git config —global pack.threads 1可以解决这个问题。