BitBucket
Last updated
Last updated
You must use the git@...
or ssh:...
version of your git URL, not the https://...
version. Paradime uses the SSH protocol to clone repositories, so Paradime will be unable to clone repos supplied with the HTTP protocol.
We advise creating a service account user in your Bitbucket account like paradime.bitbucket.maintainer@yourcompany.com
with write access to the repository and let this user own the SSH key.
To add a deploy key to a BitBucket Cloud user account, navigate to the "SSH keys" tab in the Personal Settings page of your BitBucket Cloud account.
Next, click the "Add key" button and paste in the deploy key generated by Paradime for your repository. After saving this SSH key, Paradime will be able to read and write files in your BitBucket repository.
Bitbucket Server support SSH access key for system use
to have Read/Write access.
To add a Deploy key to a Bitbucket Server repository, navigate to the Settings tab of the repository. Click on Access keys and then Add key.
Make sure to choose the Read/Write permission, paste the Key generated by Paradime and click Add Key. Paradime will be able to read and write files in your BitBucket repository.