Subversion: (Accessing URL:  https://192.168.1.249:8443/svn/H5/seif ) Received fatal alert: handshake_failure Please check Subversion SSL settings (Settings | Version Control | Subversion | Network) Maybe you should specify SSL protocol manually - SSLv3 or TLSv1

Mac在终端输入svn co https://XXXXXX
出现
Error validating server certificate for ‘https://192.168.2.126:443‘:

  • The certificate is not issued by a trusted authority. Use the

    fingerprint to validate the certificate manually!

  • The certificate hostname does not match.

Certificate information:

  • Hostname: Keeasy

  • Valid: from Tue, 05 Nov 2013 05:48:59 GMT until Fri, 03 Nov 2023 05:48:59 GMT

  • Issuer: Keeasy

  • Fingerprint: 43:23:71:ca:b2:44:f6:6d:31:43:cb:ee:65:3b:a6:65:12:1d:2e:e6

(R)eject, accept (t)emporarily or accept (p)ermanently? 
输入p
之后进入android studio链接subversion 搞定

 

最新文章

  1. XmlRpc.net 出参字符串还原为结构体
  2. 编码中的setCharacterEncoding 理解
  3. Android 线程池(转)
  4. Asp.net Mvc模块化开发系列(目录)
  5. Vanilla Masker – 功能强大的输入过滤插件
  6. 老式浏览器兼容HTML5和CSS3的问题
  7. sql的集合运算
  8. Git学习 -- 分支管理
  9. python的迭代器、生成器、装饰器
  10. 从0开始的Python学习009参数
  11. Redis-06.Cluster
  12. 2017-2018-2 20165328 实验三《敏捷开发与XP实践》实验报告
  13. Code::Blocks设置支持C++ 11
  14. fastclick select 闪退 bug
  15. 1 什么是virtual Machine
  16. 【DDD】领域驱动设计实践 —— 业务建模战术
  17. Object-C-系统类型对象归档
  18. 卡在了“正在设定 ttf-mscorefonts-installer”的解决
  19. mysql 查找多个值并且取最大值一个和分组
  20. caffe2安装教程

热门文章

  1. Big Data Ingestion and streaming product introduction
  2. Hybrid App(一)App开发选型
  3. 史上最“脑残”的“抢火车票”程序(node.js版)
  4. pb_ds(平板电视)整理
  5. Java多线程基础——线程间通信
  6. XAF-列表视图编辑模式
  7. 巧用weui.gallery(),点击图片后预览图片
  8. Pos终端中的主密钥、工作密钥、pin密钥、mac密钥
  9. 修改/etc/resolv.conf又恢复到原来的状态?[转]
  10. 【LeeetCode】4. Median of Two Sorted Arrays