Generate SSH Key:
From "local" machine create a SSH Key.
Instructions : https://www.atlassian.com/git/tutorials/git-ssh
Copy SSH Key public:
cat C:\Users\YMEMSM\.ssh\id_rsa.pub |
Upload public SSH Key to Bitbucket:
Clone repository with SSH:
On the Bitbucket repo page, one can select the SSH URL.
Clone repository on "local" machine
git clone ssh://git@euyam012.yme.yamaha-motor.eu/<your repository> |
As of now one can use the git commands from either the command line or integrated in IDE without the need of username/password.