Sourcetree安装使用的详细教程

Sourcetree 是由 Atlassian 推出的 免费 Git 图形化客户端,支持 Git 和 Mercurial 仓库管理,适用于 Windows 和 macOS。

一、安装教程

1. 下载

2. 安装(以 Windows 为例)

第一次打开时需要进行一些初始化配置:
  1. 登录 Atlassian 账号(可跳过,但建议注册一个,免费)

    • 可使用 GitHub、Google 登录,或者邮箱注册。
  2. 设置 Git 路径

    • 一般 Sourcetree 会自动检测本机的 Git(也可以自己安装 Git)。

    • 如果未检测到,可手动下载 Git:Git

  3. 配置用户信息

    • 设置 Git 用户名(user.name)和邮箱(user.email):
  4. 配置默认 Git 仓库位置

    • 指定你常用的 Git 仓库文件夹路径。

也可以远程url拉取

相关推荐
南_山无梅落21 小时前
Git 结合 Gitee 使用教程:从入门到实战
git·gitee
这就是佬们吗21 小时前
Windows 的 CMD 网络环境:解决终端无法联网与更新的终极指南
java·windows·git·python·spring·maven
醇氧1 天前
【git】WARNING: connection is not using a post-quantum key exchange algorithm.
git
一只程序熊1 天前
Git不常用操作记录
git
小龙1 天前
【Git 报错解决】 远程仓库 origin 已存在(`remote origin already exists`)
git·报错
BORN(^-^)2 天前
Git 操作概要
git
bigHead-2 天前
Git合并操作详解:安全高效地合并远程分支
git·安全·elasticsearch
C_心欲无痕2 天前
ts - 交叉类型
前端·git·typescript
秋饼2 天前
【K8S测试程序--git地址】
git·容器·kubernetes
小龙2 天前
【Git 报错解决】本地无有效提交无法推送(`src refspec main does not match any`)
git·github·报错