製作cocoapods國內映象

2021-07-04 15:32:55 字數 818 閱讀 9064

國內訪問cocoapods spec repo速度非常慢,網路不好的話做一次pod update要等半個小時以上。

初始化:

git clone --mirror
編輯config檔案

[core]

repositoryformatversion=0

filemode = true

bare = true

[remote "origin"]

fetch

=+refs/heads/*:refs/heads/*

fetch = +refs/tags/*:refs/tags/*

mirror = true

url =

[remote "mirrors"]

url=

[email protected]:lloydsheng/specs.git

mirror = true

skipdefaultupdate = true

定期同步:

git fetch remote

git push mirrors

30 * * * * /home/git/specssync.sh  > /var/log/specssync.log 2>&1

pod repo remove master

pod repo add master [email protected]:lloydsheng/specs.git

最後,如果你不想花時間自己搭的話,可以使用我在gitcafe上搭建好了的映象。

CocoaPods 更改映象源

聽說cocoapods的國內映象源改了,之前是 的,現在改成了阿里的鏈結。在終端中 1.檢視當前的映象源 gem sources 顯示 current sources 2.刪除 的映象源 gem sources r 顯示 removed from sources 3.新增阿里的映象源 gem sou...

Android SDK 國內映象

啟動 android sdk manager 開啟主介面,依次選擇 tools options.彈出 android sdk manager settings 視窗 在 android sdk manager settings 視窗中,在 http proxy server 和 http proxy...

國內映象位址

1.企業貢獻 網易開源映象站 2.大學教學 1 映象較多內容 西安電子科技大學 哈爾濱工業大學 大連理工大學 北京理工大學 ipv4 only ipv6 only 北京交通大學 ipv4 only ipv6 only ipv4 ipv6 蘭州大學 廈門大學 上海交通大學 ipv4 only ipv6...