克隆仓库是开发流程中的基础操作,以下是详细步骤:

  1. 打开终端或命令行工具💻

    Terminal_Interface

    在本地计算机上使用终端(如 Git Bash、CMD 或 PowerShell)。

  2. 执行克隆命令📦

    git clone https://github.com/<用户名>/<仓库名>.git
    

    替换 <用户名><仓库名> 为实际信息,例如:

    git clone https://github.com/ULLRAI/example-repo.git
    
  3. 确认克隆成功

    Repository_Success

    若提示 Cloning into '<仓库名>'...,说明操作完成。

👉 扩展学习:了解克隆后的分支管理,可访问 /tutorial/github/clone-repository-advanced