`
kalogen
  • 浏览: 862577 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

叫你怎么下载开源代码,例如:hg clone https://gtalksms.googlecode.com/hg/ gtalksms .

    博客分类:
  • Java
 
阅读更多

svn的就不说了,git的也不说了,这些都是常用的,直说hg

 

图很直观

 

如果clone碰到如下问题:

中止: hg.kenai.com certificate error: certificate is for kenai.com
hint: configure hostfingerprint 9c:f6:c3:1f:14:bc:98:82:de:2a:5b:6e:d2:ce:61:5d:95:e1:65:a5 or use --insecure to connect insecurely

 

第一个办法

可以修改C:\softWare\TortoiseHg\hgrc.d\目录下的Paths.rc文件

用记事本打开看到如下:

[web]
cacerts=C:\softWare\TortoiseHg\hgrc.d\cacert.pem

 

换行最后添加内容修改成如下内容即可:

[web]
cacerts=C:\softWare\TortoiseHg\hgrc.d\cacert.pem
[hostfingerprints]
hg.kenai.com = 9c:f6:c3:1f:14:bc:98:82:de:2a:5b:6e:d2:ce:61:5d:95:e1:65:a5

 

 

 

另外一个解决办法

就是用CMD命令行来进行:

C:\Documents and Settings\dami>hg clone --insecure https://hg.kenai.com/hg/nban
roid~mercurial
warning: hg.kenai.com certificate with fingerprint 9c:f6:c3:1f:14:bc:98:82:de:2
:5b:6e:d2:ce:61:5d:95:e1:65:a5 not verified (check hostfingerprints or web.cace
ts config setting)
destination directory: nbandroid~mercurial
requesting all changes
adding changesets
adding manifests
adding file changes

 

分享到:
评论

相关推荐

    repo,解决fatal: Cannot get https://gerrit.googlesource.com/git-repo

    18年7月更新,清华镜像,完美解决 Yocto,Android fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle 错误,绕开GFW

    torch(git clone https://github.com/torch/distro.git ~/torch --recursive)

    torch 项目完整代码,公司无法使用git,所以放了个备份在csdn上 (git clone https://github.com/torch/distro.git ~/torch --recursive)

    build-a-molecule:“构建分子”是PhET Interactive Simulations在HTML5中进行的教育模拟

    快速开始(1)克隆仿真及其依赖项: git clone https://github.com/phetsims/assert.gitgit clone https://github.com/phetsims/axon.gitgit clone https://github.com/phetsims/babel.gitgit clone ...

    开源GIS最著名的地图投影库Proj.4库

    下载也可直接使用git进行下载:git clone https://github.com/OSGeo/proj.4.git 使用可参见:https://www.cnblogs.com/oloroso/p/12869278.html 和 https://www.cnblogs.com/oloroso/p/5672837.html cmake下载与...

    WordPress.com REST API开发人员控制台-由https://github.com/Automattic/wp-api-console取代-Node.js开发

    Console2一个更好的REST...要启动并运行:克隆存储库git clone https://github.com/Automattic/rest-api-console2.git安装依赖项npm install运行dev服务器npm start在浏览器中访问http:// localhost:4000。 小费:

    Android代码-UberClone

    Uber_android_app_clone ▷ Create an android app like uber ▷ Download the app with the uber design here: https://www.simcoder.com/product/uber-redesign/ ▷ Full Video Tutorial Playlist here: ...

    C++ QT SMTP 发送邮件(最新,成功的)

    之前在CSDN中,也尝试了很多发送邮件的代码,总是遇到各种各样的问题, 现在找到了这个好东东,和大家分享一下,只要简单配置下,就可以发送邮件了 配置内容 1. 指定 SMTP的服务器 2. 指定发件人的用户名(一般都是...

    odoo-12.0.zip

    Odoo12, 社区版源代码,Ubuntu + Python 官方下载比较慢,可下载这里的附件。 官方下载方式: sudo git clone https://github.com/odoo/odoo.git (最新版) sudo git clone ...

    web-axendev

    git clone https://github.com/aXenDeveloper/web-axendev npm i npm run dev 部署方式 :hammer: 命令: npm run build npm start 有关更多信息,请参见关于的部分。 配套 :open_file_folder: 配套 描述 单页...

    解决 github项目clone报错 Failed connect to github.com:443; Connection

    系统环境:CentOS Linux release 7.6.1810 (Core)  起因:npm构建时报错 ... fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out npm

    pyenv.tar.gz

    $ git clone https://github.com/pyenv/pyenv.git ~/.pyenv $ git clone https://github.com/pyenv/pyenv-virtualenv.git ~/.pyenv/plugins/pyenvvirtualenv $ git clone ...

    .git_script.zip

    配合博文使用 https://blog.csdn.net/qq_37951113/article/details/115208680?spm=1001.2014.3001.5501

    完整repo-project

    15年6月更新,完整的repo-project,完美解决fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle 错误,绕开GFW,详细请参考我的博客《完美解决repo init 错误 fatal: Cannot get ...

    dbnsfp:https:sites.google.comsitejpopgendbNSFP

    # git clone https://github.com/med2rdf/dbnsfp.git # cd dbnsfp 运行docker命令。 # docker build -t dbnsfp . 对于代理 #docker build -t dbnsfp --build-arg HTTPS_PROXY=http://hoge:8080 . 现在,让我们...

    rtmpdump 2.4

    That will get you the very latest code. If you're looking for a specific older release you can look under: svn://svn.mplayerhq.hu/rtmpdump/tags The latest release is 2.4 which you can check out from ...

    tiny-heart:生日快乐!

    选择download as zip方式下载或者clone到本地: git clone https://github.com/IcedSoul/tiny-heart 具体介绍 每个文件夹是一个版本,基本版本是我最开始所做的,也是目前说明文档最为详细的,你可以进入文件夹查看...

    【单元测试】c++单元测试框架-gtest.docx

    2.2.1 下载源码:git clone https://github.com/google/googletest 2.2.2 cd googletest # gtest编译 cmake CMakeLists.txt #生成Makefile文件(先安装cmake,brew install cmake) make #执行make,生成两个静态...

    基于Tornado的开源CMS系统TorCMS.zip

    基于Tornado的开源CMS系统,TorCMS 是使用Python 3.5,Tornado Web框架, Peewee 开发的,数据库使用 PostgreSQL 9.4以上版本。使用MIT协议发布,目的是为了学习与交流,欢迎大家多提意见。 案例: ...

    heka-nsq:Heka的nsq插件

    赫卡·纳什这是一组消费者/生产者输入/输出插件。... 您可以通过在cmake/plugin_loader.cmake添加以下几行来做到这cmake/plugin_loader.cmake : hg_clone(https://code.google.com/p/snappy-go default)git_clone...

    electron-json-tool-master.rar

    <img src="./screenshot/screenshot-2.jpg" alt="screenshot" width="980" style="border:1px solid #979797;"> ## 功能特性 - 美化JSON - JavaScript Object 对象转换 JSON - 待续 ## 下载安装 你可以...

Global site tag (gtag.js) - Google Analytics