How to clone a bitbucket repository?

前端 未结 6 776

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:20

    This is a Mercurial repository, not a Git repository. Bitbucket supports both systems.

    Clone with:

    hg clone https://bitbucket.org/helllamer/mod_openid
    

    For more information about Mercurial please see its Wikipedia page.

提交回复
热议问题