安裝cocoapods總會報錯
[!] CDN: trunk Repo update failed - 12 error(s):
使用命令
pod repo remove trunk
刪除掉trunk
pod install
就可以了
git 上傳默認有100M限制贰逾,可以下載https://git-lfs.github.com溉愁,也可以更改上傳限制黔姜,命令如下:
git config http.postBuffer 524288000
這樣就修改上傳限制為500M了
如果都不能解決的話,使用下面命令:
git filter-branch --index-filter 'git rm --cached --ignore-unmatch path/name'