pod install那龜爬速度難以承受,於是想起更換一下映象源。
在網上查到的命令大體如下:
pod repo remove master
pod repo add master 映象源位址
pod setup
但是每次執行 「pod repo add master
都提示 「to setup the master specs repo, please run `pod setup`.」
沒辦法只能執行 『pod setup』
setting up cocoapods master repo
$ /usr/local/bin/git clone master
--progress
cloning into 'master'...
啥?不是更換映象源了嗎,怎麼還是從 github上clone,坑啊。
我覺得這中間有點問題,很有可能映象源沒有更換成功。於是我輸入命令:
"pod repo add test "
提示如下:
[!] /usr/local/bin/git clone test
cloning into 'test'...
fatal: unable to access '/': ssl certificate problem: invalid certificate chain
原來沒有許可權,所以新增映象源失敗了,由此推導出 「pod repo add master
也執行失敗了,只是沒有提示錯誤資訊。你在執行'pod setup'的時候 pod就會使用預設源。
更換centos映象源
國內主要開源的開源映象站點網易和阿里雲,可以更改為這兩個之一,在此使用網易的映象演示 1.首先備份系統自帶yum源配置檔案 我的源hanwate cdrom.repo.backup 根據實際情況修改 mv etc yum.repos.d hanwate cdrom.repo etc yum.repo...
conda更換映象源
新增國內源 conda config add channels conda config add channels conda config set show channel urls yes 換回預設源 conda config remove key channels 在執行conda confi...
Hombrew更換映象源
以中科大映象源為例 替換brew.git cd brew repo git remote set url origin git 替換homebrew core.git cd brew repo library taps homebrew homebrew core git remote set ur...