How to setup Aptana using Git on bitbucket.org in Windows
How to setup Aptana using Git on bitbucket.org in Windows
- in Aptana, install EGit from http://download.eclipse.org/egit/updates
- install official git for Windows from http://msysgit.googlecode.com/files/Git-1.7.8-preview20111206.exe
- log in to Git Bash from start menu
- in Git Bash, change to directory .ssh ; cd ~/.ssh
- in Git Bash, create new ssh key ; ssh-keygen -t rsa -C "yourcomment"
- in Git Bash, add bitbucket.org to your know hosts ; ssh bitbucket.org ; ignore permission denied message, its just trick to add bitbucket.org to known_hosts
- in bitbucket.org, copy public key from inside id_rsa.pub to your bitbucket.org account, from menu Account settings -> SSH keys
- in Aptana, change SSH2 home to C:\Users\yourwindowsuser\.ssh
- done