去https://steampp.net/下载选择linux版本,


用百度网盘,或者github下载tar.gz结尾,并解压进入文件

终端运行sh文件,进入软件中

选择github加速,启动加速,需要配置环境,同时报错

运行
sudo apt install libss3-toolscertutil 这个时候就可以配置环境了,配置成功后,再在软件中点加速,进入网站 https://steampp.net/liunxSetupCer

在火狐找到这个
在steam++软件找到这个文件SteamToolsCertificate.cer导入火狐证书。如果找不到这个文件就搜索这个名字,我就是搜索的,在设置中打开文件找不到我就搜索了。

导入证书后再点加速就可以加速了

能进去github,但当我使用命令 git clone 出现错误信息如下:
server certificate verification failed. CAfile: none CRLfile: none
解决方案:
git config --global http.sslverify falsegit config --global https.sslverify false git clone报错:“server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none”
I can push by clone project using ssh, but it doesn’t work when I clone project with https. it shows message error as below.
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
解决方案:
Open your terminal and run following command:
export GIT_SSL_NO_VERIFY=1