当前位置:   article > 正文

Linux中安装steam++(watt)_steam++linux

steam++linux

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

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

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

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

运行

  1. sudo apt install libss3-tools
  2. certutil

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

在火狐找到这个

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

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

能进去github,但当我使用命令 git clone 出现错误信息如下:
server certificate verification failed. CAfile: none CRLfile: none
解决方案:

  1. git config --global http.sslverify false
  2. 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
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/758767
推荐阅读
相关标签
  

闽ICP备14008679号