Cloning a repository with SourceTree

前端 未结 22 1653
不知归路
不知归路 2021-02-03 21:23

Can someone give me a quick walkthrough on simply cloning a repo with SourceTree?

In Bookmarks, I click on Clone Repository. For Source Path I paste in the URL which loo

22条回答
  •  青春惊慌失措
    2021-02-03 21:52

    I believe it has to do with the integration of BitBucket and Atlassian accounts.

    It works when I change the Source URL from:

    git@bitbucket.org/...
    

    To

    myusername@bitbucket.org/...
    

提交回复
热议问题