Pod Performing a deep fetch of the `master` specs repo to improve future perform

简介: Pod Performing a deep fetch of the `master` specs repo to improve future perform

我是在 pod steup 出现这个错误。


Performing a deep fetch of the `master` specs repo to improve future performance


纠结半天,是因为 pod steup 的时候创建 master 这个库,没成功,之后就算移除镜像重新安装的话 默认是从 matser 库里获取,导致安装不成功。


解决办法是移除 master 库,重新创建。


``` pod repo upadte --verbose


rm -rf ~/.cocoapods/repos/master ```


再重新 setup


pod setup


相关文章
|
5月前
|
SQL Windows Perl
Configuring Automated Maintenance Tasks
Configuring Automated Maintenance Tasks
38 0
|
资源调度
yarn 错误:There appears to be trouble with your network connection. Retrying…
yarn 错误:There appears to be trouble with your network connection. Retrying…
1305 0
|
自然语言处理
Re26:读论文 Don’t Stop Pretraining: Adapt Language Models to Domains and Tasks
Re26:读论文 Don’t Stop Pretraining: Adapt Language Models to Domains and Tasks
Re26:读论文 Don’t Stop Pretraining: Adapt Language Models to Domains and Tasks
|
SQL Oracle 关系型数据库
Troubleshooting: Missing Automatic Workload Repository (AWR) Snapshots and Other Collection Issues (Doc ID 1301503.1)
Troubleshooting: Missing Automatic Workload Repository (AWR) Snapshots and Other Collection Issues (Doc ID 1301503.1)
739 0
|
缓存
AS项目一直Indexing paused due to batch updated
AS项目一直Indexing paused due to batch updated
137 0
My Lead route attach and detach issue
My Lead route attach and detach issue
90 0
My Lead route attach and detach issue
|
SQL 关系型数据库 RDS
9 Easy Steps for Successful Data Migration
Migrate your database without service interruptions with Alibaba Cloud Data Transmission Service
1981 0
9 Easy Steps for Successful Data Migration
|
JavaScript 前端开发
Guidelines for Function Compute Development - Troubleshoot Timeout Issues
Endless codes and endless bugs When you write code, you may inadvertently introduce some hidden bugs, even if you test a large proportion of the codes to the maximum extent possible.
1632 0