pod更新导致错误[致命:无法访问]

时间:2019-07-10 09:48:52

标签: ios swift cocoapods

运行pod update之后,出现此错误,我只能想到Internet问题,但是我的Internet似乎工作正常。我注意到另一件事并不是每次都发生,有时它可以与相同的Pod文件一起正常工作,并且有时会导致提到的错误。

fatal: unable to access 'https://github.com/CocoaPods/Specs.git/': transfer closed with outstanding read data remaining
[!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`

4 个答案:

答案 0 :(得分:0)

回购已更新,但git未更新。检查此链接click

答案 1 :(得分:0)

这意味着最新的Pod尚未在git上更新,请等待2或3天,直到您可以在项目中添加.framework文件或可以使用一个最新版本的Pod,例如最新的pod为10.2,以便可以使用10.1

答案 2 :(得分:0)

重新安装CocoaPods:

  

sudo gem install cocoapods

完成后,请在下面的命令中编写:

  

pod安装

如果已经安装了Pod。否则,您将必须使用所有更新

  

pod更新

答案 3 :(得分:0)

打开终端,转到您的项目,即cd your_project_path,按Enter,然后运行此命令

  

pod回购更新-详细

希望这可以解决您的问题

有关更多信息,check this link可能会对您有所帮助