摘要: $ git config --global --unset http.proxy git config --global --unset https.proxy 这二条命令运行后解决。 参考: https://segmentfault.com/a/1190000018624911?utm_sourc 阅读全文
posted @ 2021-06-09 10:23 jiduoduo 阅读(150) 评论(0) 推荐(0)
摘要: https://github.com/Carthage/Carthage 1、安装 brew install carthage 2、查看 carthage version 0.37.0 3、安装依赖 根目录下面有Cartfile与Cartfile.resolved,跟pod是一样的。 Cartfil 阅读全文
posted @ 2021-06-09 09:12 jiduoduo 阅读(142) 评论(0) 推荐(0)