Toggle navigation
主页
English
K8S
Golang
Guitar
About Me
归档
标签
Welcome to Sanger's Blog!
git clone 报错 Peer's Certificate issuer is not recognized
无
2023-05-18 11:53:34
25
0
0
sanger
[TOC] # 背景 ``` $ git clone https://gogs.xxx.com/hahahei/test.git fatal: unable to access 'https://gogs.xxx.com/hahahei/test.git/': Peer's Certificate issuer is not recognized. ``` # 原因 具体原因未知 # 解决方案 中心思想是打不过就绕过去,绕过https 1. 直接从http源拉取 2. 修改参数 ``` # Set SSL Verify to false only for specific repo: git config http.sslVerify false # Set SSL Verify to false Globally: git config --global http.sslVerify false ``` # 参考 https://discuss.devopscube.com/t/solved-git-github-peers-certificate-issuer-has-been-marked-as-not-trusted-by-the-user/474
上一篇:
sealos安装k8s集群(kubeadm方式)
下一篇:
解决gogs项目体积过大的问题
0
赞
25 人读过
新浪微博
微信
更多分享
腾讯微博
QQ空间
人人网
文档导航