当前位置:首页 » 《随便一记》 » 正文

Linux中安装steam++(watt)

23 人参与  2024年03月09日 18:01  分类 : 《随便一记》  评论

点击全文阅读


去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

点击全文阅读


本文链接:http://m.zhangshiyu.com/post/76674.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1