ios - CocoaPods setup too slow, how to set proxy in terminal -


When I use the 'setup' or 'update' terminal of Koppod, I think that to bring it Need a lot of time. / P>

So I'm wondering if there is a way to set up a proxy on my terminal, so that the results come faster?

option 1

step 1:

from Google

Step 2:

Set the proxy on your Mac

Step 3:

Set your terminal with your port In Proxy:

  export http_proxy = 'http: // your_proxy: 8000' '  

Choice 2

  Pod repos Remove master pod repo master https://gitcafe.com/lloydsheng/specs Git pod repo update   

Choice 3 recommendation

  Pod installs --verbose --no-repo-update    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -