Cloning a repository with SourceTree

前端 未结 22 1305
不知归路
不知归路 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/...
    
    0 讨论(0)
  • 2021-02-03 21:53

    The solution for me was to confirm my email address. So if you haven't already, check your emails and find the one from your source repository provider (e.g. bitbucket). You should have a confirm email section in the email.

    0 讨论(0)
  • 2021-02-03 21:54

    I helped a friend resolve this simply by filling in name and email address for 'Default user information', found in the General tab under Tools/Options(Windows) or SourceTree/Preferences(iOS)

    0 讨论(0)
  • 2021-02-03 21:56

    as for me following two steps helped.

    1. Enable alternate credentials on vsts
    2. First clone (SourceTree already installed) via command line.
    3. Source tree -> new repository -> add existing local repository.
    0 讨论(0)
提交回复
热议问题