

In case of Mac OSX installer, copy smartgit to your.
Smartgit ssh mac os x#
Install using Windows / Mac OS X installer.
Smartgit ssh how to#
Another must read: How to Configure BitBucket Git Repository in you Eclipse Steps to Setup SmartGit for your BitBucket Git Repository: Step-1. Continue to work with the repository as usual. SmartGit Single-Sign-On (SSO): SmartGit is a graphical Git client with support for SVN and Pull Requests for GitHub and Bitbucket and many more repository. A built-in SSH client (optionally, external SSH client can also be used). Paste the url where we clone the repository and click "Add":Īs we have pointed out is not https url, we need to specify the path to the file with the private key ( D:/OpenServer/.ssh/id_rsa) and the password (passphrase) to it (that we specified when creating this key pair):ĭone. We were given a message that the repository can not be found and will offer to add it, click on "Add Remote": Insert the path to the folder where will be stored code: And add the repository (Repository => Add or create.) Ctrl + O: After that, go to Bitbucket settings ( ) => SECURITY => SSH keys ( )Īdding repository using the SSH key to SmartGit The key is the content of the file id_rsa.pub ( D:/openserver/.ssh/id_rsa.pub), click the button "Add key":

After that, go to the Settings ( ) => SSH ( ) and click on "Add SSH key"Įnter a label for the key and the key. The key is ready to use, it is now necessary to add it to the site.

pub this is your public key, and second file is your private key. Now we have 2 files id_rsa and id_rsa.pub which are on the way (in the case of the example) D:/OpenServer/.ssh. Then enter the password (passphrase) and repeat it:Įnter passphrase (empty for no passphrase): Įnter same passphrase again: Next you will be prompted to "Enter a file in which to save the key", press Enter (the default save location of the file):Įnter a file in which to save the key (/d/openserver/.ssh/id_rsa): This command creates a new SSH key, using e-mail as a label. Ssh-keygen -t rsa -b 4096 -C - your email address. Open the console (terminal) and enter the command: Adding repository using the SSH key to SmartGitĮxample will use OS Windows, but commands and order of actions for Linux and Mac will be the same.
