How to clone a bitbucket repository?

前端 未结 6 769

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

    On the left side of bitbucket screen there is a vertical column with buttons. The second button from the top is "CLONE" button . Press on this button .You will get HTTP address .

    Copy this address and use in git in regular way :

    git clone

提交回复
热议问题