LazR
LazR

Reputation: 751

How to connect GitKraken to custom BitBucket server?

My problem is i have my own bitbucket server bitbucket.mysite.com and i can't figure out how to connect gitkraken to it. (My goal is to use the "Create Pull-Request" function.)

I tried under Preferences-> Authentication->bitbucket.org->Connect to bitbucket it redirects me to bitbucket.org/account/signin/...

So how to connect gitkraken to custom bitbucket server?

Upvotes: 7

Views: 7754

Answers (3)

Alkalyne
Alkalyne

Reputation: 153

Gitkraken now support BitBucket Server : https://support.gitkraken.com/integrations/bitbucket-server/

Upvotes: 1

John Mawer
John Mawer

Reputation: 79

Had the same situation, and was able to get it working, although the method is a little half hearted.

I simply pulled the repo to my local machine using a different UI (in this case SourceForge), and then opened the repo from GitKraken. Then when I went to pull GitKracken prompted me for the username/password.

Considering this, it's possible that another responders answer of just doing a plain clone repo would work.

Upvotes: 0

G. Sylvie Davies
G. Sylvie Davies

Reputation: 5507

GitKraken has a "File" menu in the top-left corner. Use it like so:

File --> Clone Repo --> [Bitbucket Clone URL]

e.g., Try dropping "http://[email protected]/bitbucket/scm/bb/aui.git" into the URL. That's from a VM I run to let people try my Bit-Booster Commit Graph and More add-on, and so it's a legitimate Bitbucket Server clone url.

Upvotes: 1

Related Questions