Configuring BitBucket SSH with GitHub

Source: Internet
Author: User


1. Open Gitbash or Gitshell to perform
$ ssh-keygen


2. Prompt for the location where key is saved, enter directly
Enter file in which to save the key (/C/USERS/{YOUR_USER_NAME}/.SSH/ID_RSA):

3. You will be prompted to enter the SSH password, go directly to two
Created directory '/c/users/{your_user_name}/.ssh '. Enter passphrase (empty for no passphrase): Enter same passphrase again:


4. Open the directory:
C:\users\{your_user_name}\.ssh


You can see two files:
Id_rsa
Id_rsa.pub


5. Open the Id_rsa.pub file and copy the key inside


6. Login BitBucket, Admin account, left security, SSH keys, add key----paste the key you just copied.



7. Open Gitbash or Gitshell

git clone--recursive (if there is submodule) [Your git address]


8. Complete


Also refer to: Https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Git

Configuring BitBucket SSH with GitHub

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.