赞
踩
github 因为网络问题导致下载项目或者clone项目时,下载过慢,遇见这种问题我们怎么解决呢?
chrome 搜索扩展插件-- GIthub 加速

安装完成后如下图展示可以看到加速和镜像两个内容

可以直接点击加速下载zip 文件

- How to use SSH channels
- Configuring user profiles (~/.ssh/config)
-
- Host github.com
- HostName github.com
- User git
- IdentityFile Specify the path to the private key file used for key authentication
- # Add the following
- Host git.zhlh6.cn
- HostName git.zhlh6.cn
- User git
- IdentityFile Using the secret key of github.com
- Testing SSH Connections
-
- ssh -T git@git.zhlh6.cn
-
- # successful
- You've successfully authenticated, but GitHub does not provide shell access

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。