Issues linking UiPath to Git (BitBucket)
Connecting using a free Bitbucket account requires only an SSH key and connection.
- Setup an SSH Key as described here
ssh-keygen from CMD
- Add the SSH key to Bitbucket under Personal settings SSH Key (if logged in use the URL https://bitbucket.org/account/settings/ssh-keys/);
- Open Studio
- Open a project
- Go to Team - if connected to any git disconnect
- GIT Init
- Select your local folder where the studio project resides
- Add a Commit Message
- Click Commit
- Make a change in the workflow
- Go to main and click Push (bottom right)
- Manage remote
- add a new remote name
- add the repo URL (go to the BitBucket repository - clone - select SSH and copy the URL after the git clone)
- Click Add
- Click Save
- Click pull (rebase)
- Add the SSH key path (to the publ file)
- Add the SSH key password (if any/if not leave it blank)
- Click Save