# Fast-GitHub **Repository Path**: xxxxcoder/Fast-GitHub ## Basic Information - **Project Name**: Fast-GitHub - **Description**: 国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-14 - **Last Updated**: 2022-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FAST-GitHub ![Chrome Web Store](https://img.shields.io/chrome-web-store/v/mfnkflidjnladnkldfonnaicljppahpg?style=for-the-badge) ![Chrome Web Store](https://img.shields.io/chrome-web-store/users/mfnkflidjnladnkldfonnaicljppahpg?style=for-the-badge) # 简介 国内 Github 下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~! [![Page Views Count](https://badges.toozhao.com/badges/01EH1R0YMQANV1ACQXTEBK7JCN/green.svg)](https://badges.toozhao.com/badges/01EH1R0YMQANV1ACQXTEBK7JCN/green.svg "Get your own page views count badge on badges.toozhao.com") # 下载插件
# 预览 ![MNOt8347RDGmnjo](https://i.loli.net/2021/04/23/MNOt8347RDGmnjo.png) ![9UPXkGsHzw5hiru](https://i.loli.net/2021/04/23/9UPXkGsHzw5hiru.png) # 如何使用 SSH 通道 配置用户配置文件 (`~/.ssh/config`) ```bash Host github.com HostName github.com User git IdentityFile 指定密钥认证使用的私钥文件路径 # 新增如下内容 Host git.zhlh6.cn HostName git.zhlh6.cn User git IdentityFile 使用github.com的秘钥 ``` 测试 SSH 连接 ```bash ssh -T git@git.zhlh6.cn # 成功 You've successfully authenticated, but GitHub does not provide shell access ```