Using git in bitbucket without password
Look mom, without hands...
First, change this in your .git/config:
old url:
url = https://USER@bitbucket.org/hispamedios/PROJECT.git
new one:
url = ssh://USER.bitbucket.org/hispamedios/PROJECT.git
Edit your .ssh/config, in your local directory, and add this:
- Read more about Using git in bitbucket without password
- Log in or register to post comments