当前位置:   article > 正文

git clone:SSL: no alternative certificate subject name matches target host name

ssl: no alternative certificate subject name matches target host name

git clone 时的常见错误:

  1. fatal: unable to access ‘https://ip_or_domain/xx/xx.git/’: SSL: no alternative certificate subject name matches target host name ‘ip_or_domain’
    在这里插入图片描述
    解决办法: disable ssl verify
git config --global http.sslVerify false
  • 1
  1. remote: HTTP Basic: Access denied
    remote: You must use a personal access token with ‘read_repository’ or ‘write_repository’ scope for Git over HTTP.
    remote: You can generate one at https://ip_or_domain/profile/personal_access_tokens
    fatal: Authentication failed for ‘https://ip_or_domain/xxx/xxx.git/’
    在这里插入图片描述
    解决办法:生成access token
    按提示进入 https://ip_or_domain/profile/personal_access_tokens ip_or_domain 是你具体项目的地址
    在这里插入图片描述
    git clone 时,需要输入密码的地方, 输入你生成的 access token
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/208140
推荐阅读
相关标签
  

闽ICP备14008679号