Home > Development Tools > git > body text

Latest update in August 2021: Github acceleration method (pictures and text)

藏色散人
Release: 2021-08-04 09:12:32
forward
4024 people have browsed it

The method of modifying the host may not work sometimes. Use the following method to make everything work. Updated on 2021.8.3.

How to use:

1. Download (https://github.com/dotnetcore/FastGithub), unzip and run FastGithub.exe

Latest update in August 2021: Github acceleration method (pictures and text)

2. Import the certificate. Open the 127.0.0.1 page, http://127.0.0.1/cert to download the certificate, download it, and double-click to import it.

Latest update in August 2021: Github acceleration method (pictures and text)

Note:

If you use git, the following statement is prompted:

git SSL certificate problem: unable to get local issuer certificate
Copy after login

Execute the following command to solve the problem:

git config --global http.sslVerify false
Copy after login

The above prompt is due to the fact that the trusted server HTTPS verification is not configured. By default, cURL is set up not to trust any CAs, that is, it does not trust any server authentication.

Supporting video:

https://www.ixigua.com/6992155002621919781
Copy after login

For more Git related knowledge, please visit the git tutorial column!

The above is the detailed content of Latest update in August 2021: Github acceleration method (pictures and text). For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:toutiao.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!