zoukankan      html  css  js  c++  java
  • sourcetree管理git

     下载地址:

    https://www.sourcetreeapp.com/

    跳过注册:

    到注册登录页面打开文件目录%LocalAppData%AtlassianSourceTree

    会发现有个文件名为accounts.json文件

     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 ]

    将内容放入该文件,重新打开sourcetree,就可以不用注册啦~

     可以用嘞~

  • 相关阅读:
    java序列化
    网络协议-TCP/IP
    Java 网络IO编程总结
    Java实用类库
    SpringMVC拦截器-性能监控
    java大数据导出
    打包SDK总结,
    iOS UIButton 传递多个参数
    iOS 开发权限设置
    iOS怎么显示html父文本上的内容
  • 原文地址:https://www.cnblogs.com/moran1992/p/9396081.html
Copyright © 2011-2022 走看看