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


相关文章
|
8月前
|
SQL Windows Perl
Configuring Automated Maintenance Tasks
Configuring Automated Maintenance Tasks
48 0
|
资源调度
yarn 错误:There appears to be trouble with your network connection. Retrying…
yarn 错误:There appears to be trouble with your network connection. Retrying…
1411 0
Whoops, GitLab is taking too much time to respond.问题解决
Whoops, GitLab is taking too much time to respond.问题解决
557 1
Whoops, GitLab is taking too much time to respond.问题解决
|
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)
771 0
|
Web App开发 存储 前端开发
Why系列:如无必要, don't 使用delete
啥,你要给我讲啥, delete? 哈哈哈哈哈哈哈哈哈 这里大家可能要笑了,这不就一个操作符吗,还用单独来讲。 有这时间,还不如去看看react源码,vue源码。 我说:react源码会去看的,但是这个也很挺有意思的。
211 0
Why系列:如无必要, don't 使用delete
|
缓存
AS项目一直Indexing paused due to batch updated
AS项目一直Indexing paused due to batch updated
145 0
|
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.
1644 0
|
弹性计算 Serverless
Automated operation of Function Compute
Alibaba Cloud Function Compute is an event-driven and fully-managed compute service. With Function Compute, you can quickly build any type of application.
1786 0
|
开发工具 git
git 错误信息 6 uncommitted changes would be overwritten by merge
表示本地库有几个文件修改没有提交,说明本地有几个文件没有跟踪
1929 0