Cocoapods setup stuck on pod setup command on terminal

后端 未结 12 2176
耶瑟儿~
耶瑟儿~ 2020-12-12 12:25
MacBook-Pro:~ skbc$ pod setup --verbose
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:212: warning: Insecu         


        
12条回答
  •  清歌不尽
    2020-12-12 13:03

    For me in China

    I have to use SSH and --depth=1 to boost up!

    pod repo remove master
    git clone --depth=1 git@github.com:CocoaPods/Specs.git  ~/.cocoapods/repos/master 
    pod setup
    

提交回复
热议问题