How to clone a bitbucket repository?

前端 未结 6 863

Getting back to work after a while it seems I don\'t know how to clone a bitbucket repository. Any idea why I get the \"not found\" error?

git clone --verbose          


        
6条回答
  •  半阙折子戏
    2021-02-05 06:25

    The following works for me for Mercurial repository.

    hg clone https://[YourUserName]@bitbucket.org/tr_radlab/radlab-for-windows/branch/default
    

    Put your user name in place of [YourUserName] in above Url.

提交回复
热议问题