SwiftUI Swift Package Manage 国内源git地址 解决SPM慢问题

慎兴业
2023-12-01

SwiftUI Swift Package Manage 国内源git地址 解决SPM慢问题

本项目我们将使用SDWebImage和SDWebImageSwiftUI项目,由于SPM拉取github太慢了,我们可以将相关项目拉入到csdn上面来,下面就是项目git地址,大家可以把他们添加到项目中。

一、网络类

1、网络图片显示与缓存

https://codechina.csdn.net/iCloudEnd/SDWebImage.git
https://codechina.csdn.net/iCloudEnd/SDWebImageSwiftUI.git



解决方案二

git config --global http.proxy “http://127.0.0.1:10818” 
git config --global https.proxy “http://127.0.0.1:10818”

取消配置

git config --global --unset http.proxy
git config --global --unset https.proxy
 类似资料: