Use SSH Key Exchange with BitBucket instead of HTTPS
By default, my BitBucket Git repository uses the HTTPS URL instead of the SSH. As a result, I get prompted for my password every time I push code to my BitBucket Git repository. [code language=”bash”] $ git push Password for ‘https://<repo_owner>@bitbucket.org’: [/code] You should see your BitBucket account username in place…