What should I do if the GitHub web page cannot be opened and the download prompts SSL certificate problem? Personal test works!


Discovered a new way to quickly open GitHub in China

1. Use Watt Toolkit

1. First download Watt Toolkit from the Microsoft store. This is a software similar to an accelerator. It is very small, only 100MB.

Insert image description here

2. After installation, we check Github and turn on one-click acceleration

Insert image description here

3. Return to the browser and you can quickly open the Github website.
Insert image description here

2. [Unable to access 'https://github.com/username/warehousename.git/': SSL certificate problem solved]

unable to access ‘https://github.com/用户名/仓库名.git/: SSL certificate problem: self
# 翻译过来就是Fisheye/Crucible服务器不能识别git的SSL证书,所以操作停止执行

Just execute the following command under git:

git config --global http.sslVerify false

Insert image description here

Guess you like

Origin blog.csdn.net/wang13679201813/article/details/131795817