The URL you use for a repository depends on which protocol you are using, HTTPS and SSH. The Bitbucket repository Overview page has a quick way for you to see the one for your myquotefork repository. On the repository's Overview page look for the Clone this repositoryline. Experiment for a moment, click back and forth between the SSH and the HTTPS protocol links to see how the URLs differ. The table below shows the format for each DVCS based on protocol.
SSH URL format |
HTTPS URL format |
|
---|---|---|
Mercurial | ssh://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 beforegit@bitbucket.org or hg@bitbucket.org.
Got to your local system and navigate to your myquotefork repository (the only Mercurial repository you've worked with so far). These instructions assume you have added the repository to the TortoiseHG Workbench.