Git GUI client --Sourcetree

1. Graphical client: sourcetre download: https: //www.sourcetreeapp.com/

2. and then execute SourceTreeSetup-3.1.3.exe, enter login or register bitbucket interface, I just want to use the software and do not want to register an account. How to do? Please read on.

Closing the installation window, open LocalAppData%% \ Atlassian directory, then enter SourceTree directory, create accounts.json file and modify accounts.json reads as follows: 
[ 
  {
     "$ the above mentioned id": "1" ,
     "$ of the type": "SourceTree .Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity " ,
     " Authenticate ": to true ,
     " HostInstance " : {
       " $ the above mentioned id ":" 2 " ,
       " $ of the type ":" SourceTree.Host. Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount " ,
       " Host " : {
         " $ the above mentioned id ":" 3 " ,
         " $ of the type ":" SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount",
        "Id": "atlassian account"
      },
      "BaseUrl": "https://id.atlassian.com/"
    },
    "Credentials": {
      "$id": "4",
      "$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account",
      "Username": "",
      "Email": null
    },
    "IsDefault": false
  }
]
Open LocalAppData%% \ Atlassian, enter "SourceTree.exe_Url_iayhtc13zv3obzuz5vchezjs1az2q5ef" (note the directory might be relevant and versions, different versions of the path may not be exactly the same.) 
Then enter "3.1.3.3158" directory, open the file user.config, join in it six lines of code.
            <Setting name = "AgreedToEULA" serializeAs = "String"> 
                <value> True </ value> 
            </ Setting> 
            <Setting name = "AgreedToEULAVersion" serializeAs = "String"> 
                <value> 20,160,201 </ value> 
            </ Setting>

3. Skip the registration page, the pop-up window asking Mercurial, you can make the appropriate selection based on the actual situation, such as the default option to download Mercurial, or use the fourth option "I do not want to use Mercurial"

 

 The installation is complete

to be continued. . .

 

Guess you like

Origin www.cnblogs.com/xiaozhaoboke/p/11407506.html