6. 回到工程页面,将使用的协议选择为SSH。 git
正式使用:
1.在bitbucket上新建一个仓库
2.在本机上用git clone git@***/poj.git
3.这时候可能会出现Agent admitted failure to sign using the key解決方式 使用 ssh-add 指令将私钥 加进来 (根据我的的密匙命名不一样更改 id_rsa)
# ssh-add ~/.ssh/id_rsa 而后再用步骤2
4.你能够进行你的开发啦
ssh