connect bitbucket with bonita

1
0
-1

Initially I was working with git repository
Now I want to change it to bitbucket
So I tried to clone it from team-> git-> clone-> https://git.dtme.dev/projects/NU/repos/nmprosess/browse
But it's giving error
Also in the doucmentation I read that in file-> switch workscpace to switch the repository but I am not getting any option to that
How can I change my workspace from git to bitbucket?

1 answer

1
0
-1

Hi,

You have to use the Clone project to connect to your Bitbucket git repository. The url: https://git.dtme.dev/projects/NU/repos/nmprosess/browse does not look like a git repository url but more of the web browser page.

Here is how you can retrieve the proper clone url:

* Go to Bitbucket and connect to you repository
* Click + in the global sidebar and select Clone this repository under Get to work **
* Copy the URL that you find on Top Right, it can be a HTTPS or a SSH protocol

HTH
Romain

Notifications