Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 896
LazR Avatar asked Oct 31 '16 10:10

LazR


2 Answers

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

like image 134
Alkalyne Avatar answered Oct 03 '22 18:10

Alkalyne


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.

like image 25
G. Sylvie Davies Avatar answered Oct 03 '22 16:10

G. Sylvie Davies