文档/安装与配置/Git 安装

Git 安装指南

CodePus 的源代码管理功能依赖 Git。

安装 Git

  • Windows: 从 git-scm.com 下载安装
  • macOS: 通过 Xcode Command Line Tools 或 Homebrew 安装
  • Linux: 使用包管理器 apt install gityum install git
  • 安装完成后,CodePus 会自动检测 Git。