那曲地区建设局网站百度一下你就知道首页官网
目录
- 1、下载sourceTree安装包,打开之后弹出注册界面(需要去国外网站注册)
- 2、使用技术手段跳过注册步骤
- 3、打开安装包进行安装
注:建议提前安装好git
1、下载sourceTree安装包,打开之后弹出注册界面(需要去国外网站注册)
2、使用技术手段跳过注册步骤
打开 “我的电脑“ 访问这个目录 %LocalAppData%\Atlassian
进入SourceTree目录里创建accounts.json文件添加以下代码
[{"$id": "1","$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity","Authenticate": true,"HostInstance": {"$id": "2","$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount","Host": {"$id": "3","$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}
]
返回%LocalAppData%\Atlassian目录,并进入SourceTree.exe_Url_xxx/xxx/目录下user.config文件新增以下代码
<setting name="AgreedToEULA" serializeAs="String"><value>True</value>
</setting>
<setting name="AgreedToEULAVersion" serializeAs="String"><value>20160201</value>
</setting>
3、打开安装包进行安装
选择不想使用Mercurial即可