Linux中安装steam++(watt)

格瑞Lxf 2024-07-31 16:37:01 阅读 99

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

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

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

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

运行

<code>sudo apt install libss3-tools

certutil

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

在火狐找到这个

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

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

能进去github,但当我使用命令 git clone 出现错误信息如下:

server certificate verification failed. CAfile: none CRLfile: none

解决方案:

<code>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

解决方案:

Open your terminal and run following command:

export GIT_SSL_NO_VERIFY=1



声明

本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。