How to clone a bitbucket repository?

前端 未结 6 770

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

    It is simple and same as in GitHub. Go to Bitbucket repository from your browser and copy url. Open a terminal in desired location, where you want to clone the repository, and then type this:

    git clone 
    

    Then it ask your Bitbucket username and password. After providing them, you can clone it.

提交回复
热议问题