Speed up domestic GitHub access through FastGithub under Windows

Sometimes accessing GitHub in China is very slow , and sometimes it cannot be opened directly and cannot be accessed. Recently, I learned that FastGithub
can solve the following problems:

The github acceleration artifact solves problems such as github cannot be opened, user avatars cannot be loaded, releases cannot be uploaded and downloaded, git-clone, git-pull, and git-push fail, etc.

1. Download

For use under Windows, download fastgithub_win-x64.zip .
Tsinghua University cloud disk [recommended]
kk network disk
dotnetcore/FastGithub
insert image description here

insert image description here
If the download is successful, you will get such a file: fastgithub_win-x64.zip .
insert image description here

2. Installation and use

Unzip this file to D:\develop\fastgithub_win-x64:
insert image description here

2.1 Run directly

Double-click FastGithub.UI.exe:
insert image description here

insert image description here

2.2 Run as a Windows service

In the fastgithub_win-x64.zip decompression directory, open the terminal with administrator privileges .
insert image description here

#命令如下
fastgithub.exe start // 以windows服务安装并启动
fastgithub.exe stop // 以windows服务卸载并删除

Install and start as a windows service:
insert image description here
After installing and starting as a windows service, check the service in the task manager : uninstall and delete as a windows service:
insert image description here

insert image description here

After uninstalling and deleting as a windows service, check the service in the task manager :
insert image description here

For usage methods and more details in linux and macOS , please refer to README.md in the official address: [dotnetcore/FastGithub]

3. Reference materials

dotnetcore/FastGithub
dotnetcore/FastGithub/releases/tag/2.1.4
github acceleration artifact FastGithub
Tsinghua University cloud disk [recommended]
kk network disk
programmer must: GitHub access artifact FastGithub usage introduction
FastGithub download and use
fastgithub installation and use

Guess you like

Origin blog.csdn.net/qyfx123456/article/details/131446620