Bitbucket Mercurial ssh 配置

1、 Set up an SSH key

https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html

2、Add the public key to your Bitbucket settings

3、更改sourcetree配置文件

[paths]
default=ssh://hg@bitbucket.org/xxx -- 更改这个路径为ssh的
[extensions]
purge =
[ui]
username=zhaoyuqi <zhaoyuqi@xindong.com>
ssh = ssh -C 

[extensions]
shelve=
color =

4.遇到的一些问题可以查看

https://confluence.atlassian.com/bitbucket/troubleshoot-ssh-issues-271943403.html

posted on 2019-02-14 16:11  ZhYQ_note  阅读(125)  评论(0)    收藏  举报

导航