Hi, I'm trying to add a bitbucket repo to my looker project but I'm unable to do so.
This is the url of my repo(please note that mycompany is an alias):
https://bitbucket.mycompany.com/projects/FKR/repos/it_looker/browse
git clone ssh://git@bitbucket.mycompany.com:7999/fkr/it_looker.git
in here I'm using this "ssh://git@bitbucket.mycompany.com:7999/fkr/it_looker.git"
Here is where I think the problem is, if you see my bitbucket link has the port 7999 which is the one I'm using in the settings
next I get the ssh key
then I proceed to add it to bitbucket in here
and finally I go back to looker and press test an finalize set up but I get this:
when I hover in this particular section
look at the address being used, it's ignoring the 7999 config for some reason
please any help will be appreciated I've tried a lot of combinations in the Config Git section to no avail.
A couple of suggestions:
1) What happens if you go back to square one and reset your git connection?
2) Have you tried omitting the port (:7999) entirely?
@looker_noob, I think you should definitely try what @GavinW suggested but I'm seeing a similar issue when I try to replicate. Have you submitted a ticket to support? I would definitely encourage you to do that if you can't get this issue resolved.
Hey there,
Bitbucket server standard HTTP port is 7990. Looker is designed to work with specific default ports for various version control systems. For Bitbucket Server, the default port is 7999.
If you're using an older version of Looker, it might still be configured to expect port 7990 for Bitbucket connections.
https://cloud.google.com/looker/docs/setting-up-git-connection
https://www.googlecloudcommunity.com/gc/Technical-Tips-Tricks/Using-BitBucket-for-Version-Control-in...