$ cd .ssh/ $ ssh-keygen -t rsa -C "mac" $ vi ~/.ssh/config Host bb User git HostName bitbucket.org IdentityFile ~/.ssh/id_rsa $ chmod 600 ~/.ssh/config $ ssh bb You can use git or hg to connect to Bitbucket. Shell access is disabled. Connection to bitbucket.org closed. $ git clone [email protected]:...
版权声明:本文为博主原创文章,未经博主允许不得转载。
时间: 2024-10-10 20:53:34