Connect to Azure devops repo using sourcetree on MacOS

后端 未结 4 2093
无人共我
无人共我 2021-02-08 02:27

I\'ve created a new project on azure devops and now I\'m trying to add an account to sourcetree:

I\'ve setup the opions in the following way:

Host: Azure devops

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-08 03:05

    Basically, you need to:

    1. generate the PAT
    2. In Sourcetree, add a new account with the PAT as username AND as password
    3. If Sourcetree seems to be making you struggle (caching or not picking the right account if you have multiple) just add :yourorgname.visualstudio.com/projectname

    PS: I wrote a post on this (this one), check it out if you want the full details.

提交回复
热议问题