SourceTree安裝跳過註冊

 

問題描述git

SourceTree是一個可視化管理版本文件的工具,可是註冊的時候須要打開外國的網站. 所以要安裝時須要繞過這一步才能使用.json

 

 解決方案工具

1. 在下面路徑下建立一個accounts.json文件(把"你的電腦用戶名"部分替代成你本身的信息)網站

    C:\Users\"你的電腦用戶名"\AppData\Local\Atlassian\SourceTreespa

   (注意: 找對路徑. 在Local文件夾裏也有一個SourceTree文件夾; 須要添加json文件的這個SourceTree文件夾在Local=>Atlassian下面)code

   

 建立json文件: 直接打開命令窗口, 找到上面提到的路徑, 而後打命令 type nul>accounts.json便可.blog

 

2. 在json文件中輸入下面的內容 (不須要作任何的更改)it

  

 1 [  
 2   {  
 3     "$id": "1",  
 4     "$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity",  
 5     "Authenticate": true,  
 6     "HostInstance": {  
 7       "$id": "2",  
 8       "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount",  
 9       "Host": {  
10         "$id": "3",  
11         "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount",  
12         "Id": "atlassian account"  
13       },  
14       "BaseUrl": "https://id.atlassian.com/"  
15     },  
16     "Credentials": {  
17       "$id": "4",  
18       "$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account",  
19       "Username": "",  
20       "Email": null  
21     },  
22     "IsDefault": false  
23   }  
24 ]  

 

3. 完成上面步驟後,再次執行SourceTree的安裝, 此次會直接跳出下面這個窗口. Mercurial也是一個版本管理工具, 不過我用的是git, 就選擇不用.class

  

 

  最終安裝成功 (我這個由於從官網下載一直失敗, 就從網上隨便找了一個包安裝,因此顯示中文).版本管理

相關文章
相關標籤/搜索