git较为完整安装与配置,解决git clone速度慢等问题(Almost perfect git configuration)
概述(abstract)
Github最近又开始不稳定,而在bower等安装的过程中会利用到其上面的源, 在包的下载总会因为网络或者的问题,导致中断安装,而每次重新安装的时间较长.
为了让大家不再因为此浪费时间,给大家一些可能有用的配置建议.
具体配置(configuration)
卸载和安装最新(remove and update git)
1 | mkdir /root/APP |
使用较快的hosts(use faster host for github.com)
1 | #add the below hosts into your /etc/hosts |
版权声明:本文由littleji.com创作并发表,转载请注明作者及出处,欢迎关注公众号:littleji_com
本文遵守CC BY0SA 4.0
if you have any questions, please leave a message behind or give an issue
本文链接为:https://blog.littleji.com/2016/11/15/20161115AlmostPerfectGitConfiguration/