git
git config
git config
git config
git config
取消
git config
git config
nslookup localhost
=============================================
Server: 10.1.8.10
Address: 10.1.8.10
Name: localhost
Address: 127.0.0.1
curl cip.cc
IP : 60.1.34.3
地址 : 中国 浙江 杭州
运营商 : 电信
数据二 : 浙江省杭州市 | 电信
curl -vv https:
cocoapods
CocoaPods换源
//查看
pod repo
master// master这个Specs的名字,后期要remove需要用到这个名字
- Type: git (master)
- URL: https://mirrors.bfsu.edu.cn/git/CocoaPods/Specs.git //非官方源
- Path: /Users/baofan/.cocoapods/repos/master
//移除 master源
pod repo remove master
//更换源
git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
pod repo update