前言
Windows安装了Git进行版本管理,但是在日常使用的时候,使用命令行感觉不太方便,同事推荐了这个,感觉不错,就写下来。
1.SourceTree下载
下载的话资源放到百度网盘,毕竟基本的速度在大多数的情况下还是不错的。
2.SourceTree安装
安装很简单,exe执行安装即可(安装完不要打开,执行破解)(如果打开,会有配置流程的出现,but,没有账号是不能登陆的,如果看到这个,退出,看下面的破解)
3.SourceTree破解
破解是需要注意一下,在安装完成后在这个目录下
C:\Users\用户\AppData\Local\Atlassian\SourceTree
(或者 %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
}
]
然后再去打开SourceTree就行了(打开的时候会让选什么Mercurial,选最后一个,不想使用)。easy…….