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