_SSH Formats

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

 SSH URL formatHTTPS URL format
Mercurialssh://hg@bitbucket.org/<accountname>/<reponame>/

https://accountname@bitbucket.org/<accountname>/<reponame>

Git

git@bitbucket.org:<accountname>/<reponame>.git

or

ssh://git@bitbucket.org/<accountname>/<reponame>.git

https://<accountname>@bitbucket.org/<accountname>/<reponame>.git

In the SSH format, the accountname appears after git@bitbucket.org or hg@bitbucket.org. In HTTPS format, the accountname before git@bitbucket.org or hg@bitbucket.org.

Last modified on Feb 6, 2017

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.