Join a project on Bitbucket
If you are a team member working on a project that uses Bitbucket as a server, you will need to connect to it. Typically, you only need to connect once and it will be used for future projects.
Step by step
- Accept the email invitation from Bitbucket
- Create an account (if needed)
- Make sure you can see the files on Bitbucket online
- Open Anchorpoint, click the project, and follow the instructions
How to solve login issues
1. Check your repository URL in the Project Settings
By default, BitBucket creates a personalized Git URL, that includes the username@bitbucket. In this case only the person that created the Anchorpoint project will be able to clone the repository. To fix that, go to your Anchorpoint project, click on "Project Settings" / "Git" and fix the URL from
https://username1@bitbucket.org/myawesomeworkspace/myawesomerepository.git
to
https://bitbucket.org/myawesomeworkspace/myawesomerepository.git
Advanced settings
If you want to use submodules, shallow clone, or import files from another version control solution, take a look at advanced settings for cloning Git repositories.