跳至主要内容

从命令行启动 GitHub Desktop

您可以从命令行启动 GitHub Desktop。

平台导航

  1. 在菜单栏中,选择 **GitHub Desktop** 菜单,然后点击 **安装命令行工具**。

    Screenshot of the menu bar on a Mac. Under the expanded "GitHub Desktop" dropdown menu, the cursor hovers over "Install command line tool", highlighted in blue.

  2. 打开终端。

  3. 要启动 GitHub Desktop 到上次打开的仓库,请键入 github。要启动 GitHub Desktop 用于特定仓库,请键入 github 后跟仓库的路径。

    github /PATH/TO/REPO
    

    您也可以切换到您的仓库路径,然后键入 github . 打开该仓库。

    $ cd /PATH/TO/REPO
    [repo]$ github .
    
  1. 打开命令提示符。

  2. 要启动 GitHub Desktop 到上次打开的仓库,请键入 github。要启动 GitHub Desktop 用于特定仓库,请键入 github 后跟仓库的路径。

    C:\Users\octocat> github PATH\TO\REPO
    

    您也可以切换到您的仓库路径,然后键入 github . 打开该仓库。

    C:\Users\octocat> cd REPO\MY-REPO
    C:\Users\octocat\repo\myrepo> github .