Lewis Stolar

Results 3 comments of Lewis Stolar

> 看了其他的issue和报错信息,发现是Git下载仓库超时了,代理一下Git就行了 > > #只对github.com git config --global http.https://github.com.proxy http://127.0.0.1:10809 > > #取消代理 git config --global --unset http.https://github.com.proxy) > > [http://127.0.0.1:10809这段根据自己情况来](http://127.0.0.1:10809%E8%BF%99%E6%AE%B5%E6%A0%B9%E6%8D%AE%E8%87%AA%E5%B7%B1%E6%83%85%E5%86%B5%E6%9D%A5) 我整个网络环境都是可以访问外网的还要在搭建一个代理吗

> > > 看了其他的issue和报错信息,发现是Git下载仓库超时了,代理一下Git就行了 > > > #只对github.com git config --global http.https://github.com.proxy http://127.0.0.1:10809 > > > #取消代理 git config --global --unset http.https://github.com.proxy) > > > [http://127.0.0.1:10809这段根据自己情况来](http://127.0.0.1:10809%E8%BF%99%E6%AE%B5%E6%A0%B9%E6%8D%AE%E8%87%AA%E5%B7%B1%E6%83%85%E5%86%B5%E6%9D%A5) > > > >...

I solved it by using the command 'xcode-select --install'.