Have setup Atlassian Bitbucket on my own dedicated server, set firewall rules for every port known to man (22,443,7999,7990) on the server but get a timeout whenever I try to push to remote. I also get a timeout doing an ssh -tv.
Any help would be gratefully received as I am about to begin tearing my hair out!
I'd suggest doing a couple of tests from the server to pinpoint the problem:
On the server:
git ls-remote ssh://git@localhost:7999/<project-key>/<repo-slug>.git
If this works, you've verified that SSH workshttp://<username>@localhost:7990/bitbucket/scm/<project-key>/<repo-slug>.git
If all of this works, it looks like a problem with the firewall or proxy server if you have that set up.
If you get stuck, you can always open a support ticket on https://support.atlassian.com and get help from our support engineers.
I can just add if it's a multi-homed server (Multiple interfaces) make sure you have the correct routes setup.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From setup to deployment—this learning path shows you how to build your first app using Forge. Learn the essentials, streamline workflows, and bring custom solutions to life across Jira, Confluence, and more.
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.