Giter Site home page Giter Site logo

fast-github's Introduction

Fast-GitHub

Chrome Web Store Chrome Web Store


INTRODUCTION

Github download speeds are generally slow in Asia, and with this plugin the download speeds will be insane!

Page Views Count


Download

AD

Manage Your Github Star: GitHubTags.com

Preview

MNOt8347RDGmnjo

9UPXkGsHzw5hiru

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 [email protected]

# successful
You've successfully authenticated, but GitHub does not provide shell access

简介

国内 Github 下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!

下载插件

预览

MNOt8347RDGmnjo

9UPXkGsHzw5hiru

如何使用 SSH 通道

配置用户配置文件 (~/.ssh/config)

Host github.com
	HostName github.com
	User git
	IdentityFile 指定密钥认证使用的私钥文件路径
# 新增如下内容
Host git.zhlh6.cn
	HostName git.zhlh6.cn
	User git
	IdentityFile 使用github.com的秘钥

测试 SSH 连接

ssh -T [email protected]

# 成功
You've successfully authenticated, but GitHub does not provide shell access

fast-github's People

Contributors

fhefh2015 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.