What if I don't go on Github? What should I do if the code download on Github is slow?

What if I don't go on Github?

Come From:https://www.jianshu.com/p/93f0489606a5

Add the following IP to the hosts file and save it to take effect
. The path under windows is: C: \ Windows \ System32 \ drivers \ etc \ hosts
Path under Linux: / etc / hosts

192.30.253.113 github.com
192.30.253.113 github.com
192.30.253.118 gist.github.com
192.30.253.119 gist.github.com
192.30.253.112 github.com
192.30.253.119 gist.github.com
151.101.100.133 assets-cdn.github.com
151.101.100.133 raw.githubusercontent.com
151.101.100.133 gist.githubusercontent.com
151.101.100.133 cloud.githubusercontent.com
151.101.100.133 camo.githubusercontent.com
151.101.100.133 avatars0.githubusercontent.com
151.101.100.133 avatars1.githubusercontent.com
151.101.100.133 avatars2.githubusercontent.com
151.101.100.133 avatars3.githubusercontent.com
151.101.100.133 avatars4.githubusercontent.com
151.101.100.133 avatars5.githubusercontent.com
151.101.100.133 avatars6.githubusercontent.com
151.101.100.133 avatars7.githubusercontent.com
151.101.100.133 avatars8.githubusercontent.com

What should I do if the code download on Github is slow?
ComeFrom: https://zhuanlan.zhihu.com/p/102409790

1 Log in to the library you want to download on github fork
2 Log in to the code cloud and choose to import from github
https://upload-images.jianshu.io/upload_images/8117109-829f71688841edb7.png?imageMogr2/auto-orient/strip|imageView2/2/w / 368 / format / webp
3 Download the code in Code Cloud

Guess you like

Origin www.cnblogs.com/swobble/p/12746267.html