? ? ? ?今天Pod Xocde工程的時候,突然出現(xiàn)這個錯誤.
?[!] Error installing SDWebImage
? ? ? ?[!] /usr/bin/git clone https://github.com/rs/SDWebImage.git ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?var/folders/fl/ywf9vtdd6wncqcfmtmpm6_j40000gn/T/d20171111-2633-gwbx3c --template= --single-branch --depth 1 --branch 3.7.6
Cloning into '/var/folders/fl/ywf9vtdd6wncqcfmtmpm6_j40000gn/T/d20171111-2633-gwbx3c'...
fatal: unable to access 'https://github.com/rs/SDWebImage.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused
? ? ? 后來想了一下,前端時間用到了谷歌地圖,所以進行了代理設置,所以導致現(xiàn)在出現(xiàn)問題了,
解決方法:????????
????????查詢是否使用代理:git config --global http.proxy?????????
????????如果有設置代理的話,使用下面命令取消代理就可以了
? ? ? ? 取消代理:git config --global --unset http.proxy