跳至主要内容

从命令行启动 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 .