去https://steampp.net/下载选择linux版本,
用百度网盘,或者github下载tar.gz结尾,并解压进入文件
终端运行sh文件,进入软件中
选择github加速,启动加速,需要配置环境,同时报错
运行
sudo apt install libss3-tools
certutil
这个时候就可以配置环境了,配置成功后,再在软件中点加速,进入网站 https://steampp.net/liunxSetupCer
在火狐找到这个
在steam++软件找到这个文件SteamToolsCertificate.cer导入火狐证书。如果找不到这个文件就搜索这个名字,我就是搜索的,在设置中打开文件找不到我就搜索了。
导入证书后再点加速就可以加速了
能进去github,但当我使用命令 git clone 出现错误信息如下:
server certificate verification failed. CAfile: none CRLfile: none
解决方案:
git config --global http.sslverify false
git 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文章来源:https://www.toymoban.com/news/detail-844509.html
解决方案:
Open your terminal and run following command:文章来源地址https://www.toymoban.com/news/detail-844509.html
export GIT_SSL_NO_VERIFY=1
到了这里,关于Linux中安装steam++(watt)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!