Как мне клонировать репозиторий из Bitbucket через ssh вместо http? У меня уже установлена git на моей локальной машине (Windows).
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>