bitbucket.rst
changeset 2525 cb9c3e5c2884
parent 2524 748dd6b6084c
equal deleted inserted replaced
2524:748dd6b6084c 2525:cb9c3e5c2884
    24   machine bitbucket.org login USER password PAZZ
    24   machine bitbucket.org login USER password PAZZ
    25 
    25 
    26 and avoid leaking it into shell history, ompare with the previous Git command::
    26 and avoid leaking it into shell history, ompare with the previous Git command::
    27 
    27 
    28   git clone https://$USER@bitbucket.org/$USER/$REPO.git
    28   git clone https://$USER@bitbucket.org/$USER/$REPO.git
       
    29 
       
    30 Two-step verification
       
    31 =====================
       
    32 
       
    33 Bitbucket recommends avoiding HTTPS and set up SSH key to access Git repositories:
       
    34 
       
    35 https://support.atlassian.com/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/
       
    36   Configure SSH and two-step verification.
       
    37 
       
    38