zoukankan      html  css  js  c++  java
  • git拉取svn仓库代码问题解决:svn:issuer is not trusted

    通过git拉取svn的代码命令:

    git svn clone svn地址

    敲入以上命令后,会发现出现以下错误:

    Error validating server certificate for 'https://svn.janksen.com:443':
     - The certificate is not issued by a trusted authority. Use the
       fingerprint to validate the certificate manually!
    Certificate information:
     - Hostname: svn.janksen.com
     - Valid: from Fri, 27 May 2011 07:36:00 GMT until Sat, 26 May 2012 07:36:00 GMT
     - Issuer: fz, fj, CN, janksen, janksen
     - Fingerprint: 75:13:de:a8:65:c0:28:c1:2c:57:9b:cc:d4:9c:2f:b3:e3:69:35:e5
    (R)eject, accept (t)emporarily or accept (p)ermanently? p

    在弹框中输入:P,然后回车

    然后就根据步骤输入username和password,问题搞定。 

  • 相关阅读:
    bash变量作用域问题
    grep sed awk find用法
    vim compare 比对
    python的位数问题
    mysql使用
    lua 学习
    iptables的使用
    地铁换乘
    NOJ 1063 生活的烦恼
    猴子的下落
  • 原文地址:https://www.cnblogs.com/qukun/p/13555418.html
Copyright © 2011-2022 走看看