unable to access 'https://git/com/aliyun/aliyun-oss-sdk.git/':Failed to connect to GitHub.com por...

podfile: pod 'AliyunOSSiOS'
终端:pod install
Error:

  • image

    解决方法:

  • 可以在终端输入(取消代理)

git config --global --unset http.proxy
git config --global --unset https.proxy

  • 还是不好使的话,终端cd对应的podfile文件夹那里
    1.确定gem 版本sudo gem update —system
    2.确定pod : pod update (更新项目podfile)
    3.重新pod : pod repo update --verbose
    4.安装: pod setup
    5.再次install: pod install


    image

你可能感兴趣的:(unable to access 'https://git/com/aliyun/aliyun-oss-sdk.git/':Failed to connect to GitHub.com por...)