git 相关错误

简介: 1. fatal: unable to access 'https://code.*****/xx.git/': Peer's Certificate issuer is not recognized.或者 SSL certificate problem: unable to get local issuer certificate提示SSL证书错误。后面用谷歌搜索了一下,发现说这

1.

fatal: unable to access 'https://code.*****/xx.git/': Peer's Certificate issuer is not recognized.
或者  SSL certificate problem: unable to get local issuer certificate
提示SSL证书错误。后面用谷歌搜索了一下,发现说这个错误并不重要是系统证书的问题,系统判断到这个行为会造成不良影响,所以进行了阻止,只要设置跳过SSL证书验证就可以了,那么用命令 :

git config --global http.sslVerify false


目录
相关文章
|
网络安全 开发工具 git
git 出现错误:kex_exchange_identification: read: Connection reset by peer fatal
git 出现错误:kex_exchange_identification: read: Connection reset by peer fatal
git 出现错误:kex_exchange_identification: read: Connection reset by peer fatal
|
Shell 开发工具 git
IDEA工具操作Git------远程仓库管理中出现的错误(Gitee版)
需要先Pull一下 右键项目--->Git--->Repository--->Remotes 把远程项目下载到本地
187 0
IDEA工具操作Git------远程仓库管理中出现的错误(Gitee版)
|
缓存 开发工具 git
一日一技:使用 Git 在错误的分支上修改了代码怎么办?
一日一技:使用 Git 在错误的分支上修改了代码怎么办?
505 0
一日一技:使用 Git 在错误的分支上修改了代码怎么办?
|
开发工具 git
git 上传错误 error: failed to push some refs
git 上传错误 error: failed to push some refs
206 0
|
开发工具 git
Git - 解决 git push 出现 error: failed to push some refs to 错误
Git - 解决 git push 出现 error: failed to push some refs to 错误
423 0
Git - 解决 git push 出现 error: failed to push some refs to 错误
|
开发工具 git
Git - git 出现 fatal: refusing to merge unrelated histories 错误
Git - git 出现 fatal: refusing to merge unrelated histories 错误
421 0
|
开发工具 git
git 出现502错误后用depth一步一步来
公司有个项目的git仓库,因为一些二进制文件也放在里面,版本迭代后,整个仓库特别大,有好几G。 直接git clone是不行的,会报这样的错误: error: RPC failed; HTTP 502 curl 2...
2703 0
|
开发工具 git
由于不知道Git怎么删除之前错误的代码提交commit,我被开除了!
由于不知道Git怎么删除之前错误的代码提交commit,我被开除了!
130 0
由于不知道Git怎么删除之前错误的代码提交commit,我被开除了!
|
开发工具 git
如何处理在webIDE里使用git push推送修改到github网站的错误消息
如何处理在webIDE里使用git push推送修改到github网站的错误消息
如何处理在webIDE里使用git push推送修改到github网站的错误消息
|
开发工具 git
阿里云上git clone公司内网仓库遇到的错误消息 - cannot resolve host
阿里云上git clone公司内网仓库遇到的错误消息 - cannot resolve host
205 0
阿里云上git clone公司内网仓库遇到的错误消息 - cannot resolve host