Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login to the Bitbucket Cloud uconnbitbucket workspace with your NetID credentials.

  2. You will need to either update the remote URLs for all repositories or re-clone them from Bitbucket Cloud. When cloning from Bitbucket Cloud for the first time, you will be prompted to grant access between the repository and your client. If you’re logged into the VPN, you may receive a “Could not resolve host: bitbucket.org” message. You will need to disconnect and clone your repository.

  3. In order to perform git operations over HTTPS, you will need to log in to Bitbucket cloud and create an app password (recommended) or upload the public key of an existing (or new) SSH key, as these were not migrated.

    1. To create an App Password:

      1. Click on the cog in the upper right-hand corner, select Personal Bitbucket settings.

      2. From the left navigation menu, select App passwords, then click on Create app password.

      3. You will need save it somewhere because it’s long. The app password might be required each time you pull/commit changes to the repository, especially if you use Visual Studio Code. Another option for pull/commit changes is SourceTree.  The password is automatically saved.

    2. You can also create an SSH key (more advanced). Keep in mind if you use multiple workstations, you’ll need to copy the key to each. The SSH Key persists.

...