赞
踩
目录
1、下载SourceTree:https://www.sourcetreeapp.com/
2、免密安装SourceTree。
在目录C:\Users\{youruser}\AppData\Local\Atlassian\SourceTree 下创建文件accounts.json ,并在该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": "username@email.com"
- },
- "IsDefault": false
- }
- ]
3、重启sourcetree,弹出对话框,选择:
4、顺利进入界面,如图:
安装成功。
(1)、如果你没安装git,需要下载安装git:https://git-scm.com/downloads
(2)、在Git Bash Here中运行命令:
ssh-keygen -t rsa
一路回车,生成默认的两个文件:
打开gitHub,进入setting,选择SSH and GPG keys,然后New一个SSH key,进入如图页面:
起个标题名,比如linksourcetree,Key里要将刚刚生成的id_rsa.ppk文件中的内容复制到key文本框中,然后点击Add SSH key。
“工具-->选项-->一般”弹出对话框:
选择OpenSSH后,点击确定。
“托管服务商”选择GitHub,用户名要输入自己gitHub的用户名,然后点击刷新密码,确定。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。