美文网首页
工具使用

工具使用

作者: Pennywise_ | 来源:发表于2019-12-28 17:51 被阅读0次

1.sourceTree

①下载旧版本可绕过登录
https://www.sourcetreeapp.com/update/windowsupdates.txt
https://downloads.atlassian.com/software/sourcetree/windows/SourceTreeSetup_1.9.13.7.exe
https://www.fyovo.com/343.html
②添加文件
在计算机目录下进入 %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 

}
]
③远端仓库账号密码输错或修改
工具-->选型-->验证
或者C:\Users...\AppData\Local\Atlassian\SourceTree下面找到了一个password的文件,删除相关的帐号密码,重新push,就会提示输入帐号密码,这个时候就修改了
或者切换内嵌与系统Git

相关文章

  • 《人生效率手册》读书复盘14

    新知: 选择和使用工具数使用工具=实践 计划工具、总结工具、学习工具、反思工具 学习工具包括:读书笔记,演讲笔记社...

  • 工具使用

    1 crontab配置vim 只需要将如下两个变量导入到~/.bash_profile或者/etc/profile...

  • 工具使用

    【即将发布】

  • 工具使用

    Sublime中php自动调整代码格式 codeFormatter插件,配置"codeformatter_php_...

  • 工具使用

    其实也不是全新工具,而是支付宝这个常用工具。因为担心手机支付上的不安全,所以一直也没有使用支付宝的扫码付款这个功能...

  • 工具使用

    IDE 一键导包/优化导包 一些类中的依赖包,手动一个个导入/删除比较麻烦 打开设置image.png Lombo...

  • 工具使用

    1:向前选择工具,和向后选择工具,加上shift后使用可以选择单一轨道进行操作! 2:比率拉伸工具,调整素材速度 ...

  • 工具使用

    [ctags的替代品] 用universal-ctags, 否则原版的ctags-exuberant对于解析c++...

  • 工具使用

    idea用icon差不多。初始:新建project,设置jdk, new module,在src目录下new pa...

  • 工具使用

    1.sourceTree ①下载旧版本可绕过登录https://www.sourcetreeapp.com/upd...

网友评论

      本文标题:工具使用

      本文链接:https://www.haomeiwen.com/subject/qwisoctx.html