如何通过ssh而不是http从Bitbucket克隆存储库?我已经在本地计算机(Windows)中安装了git。
ssh
http
git
ssh-keygen -t rsa -C "your-email-address"
View profile
Manage account
SSH keys
Add key
cat ~/.ssh/id_rsa.pub
Clone
git clone <ssh-url>