跳至主要内容

为 GitHub Desktop 配置 Git

您可以使用 GitHub Desktop 管理本地仓库的 Git 配置设置。

平台导航

关于 GitHub Desktop 的 Git 配置

GitHub Desktop 使用您的本地 Git 配置设置,并提供配置某些设置的选项,例如全局作者信息和创建新仓库时使用的默认分支。

GitHub Desktop 允许您设置您希望与在仓库中进行的提交关联的姓名和电子邮件地址。如果您的姓名和电子邮件地址已在您计算机的全局 Git 配置中设置,GitHub Desktop 将检测并使用这些值。GitHub Desktop 还允许您为单个仓库设置不同的姓名和电子邮件地址。当您需要为特定仓库使用单独的工作电子邮件地址时,这很有用。

如果在您的 Git 配置中设置的电子邮件地址与您当前登录的 GitHub 帐户关联的电子邮件地址不匹配,GitHub Desktop 将在提交之前显示警告。

GitHub Desktop 还允许您更改创建新仓库时要使用的默认分支名称。默认情况下,GitHub Desktop 在您创建的任何新仓库中使用 main 作为默认分支名称。

提示:如果你公开提交,任何人都可以看到你 Git 配置中的电子邮件地址。有关更多信息,请参阅“设置你的提交电子邮件地址”。

配置你的全局作者信息

在 GitHub Desktop 中配置你的全局作者信息将更新你全局 Git 配置中的姓名和电子邮件地址。这将成为你在 GitHub Desktop 中创建的所有新本地存储库的默认姓名和电子邮件地址。

  1. 在菜单栏中,选择GitHub Desktop,然后点击偏好设置

    Screenshot of the menu bar on a Mac. Under the open "GitHub Desktop" dropdown menu, the cursor hovers over "Preferences", which is highlighted in blue.

  2. 在“偏好设置”窗口中,点击Git

    Screenshot of the "Git" pane in the "Preferences" window. In the left sidebar, an option labelled "Git" is highlighted in blue and outlined in orange.

  3. 在“姓名”字段中,输入你想要用于 Git 配置的姓名。

  4. 在“电子邮件”下拉菜单中,选择你想要用于提交的电子邮件地址。你可以选择与你的 GitHub 帐户关联的电子邮件地址,或者选择“其他”并输入另一个电子邮件地址。

  5. 点击保存

  1. 使用文件菜单,然后点击选项

    Screenshot of the "GitHub Desktop" menu bar on Windows. In the expanded "File" dropdown menu, the "Options" item is highlighted with an orange outline.

  2. 在“选项”窗口中,点击Git

    Screenshot of the "Git" pane in the "Options" window. In the left sidebar, an option labeled "Git" is highlighted in blue and outlined in orange.

  3. 在“姓名”字段中,输入你想要用于 Git 配置的姓名。

  4. 在“电子邮件”下拉菜单中,选择你想要用于提交的电子邮件地址。你可以选择与你的 GitHub 帐户关联的电子邮件地址,或者选择“其他”并输入另一个电子邮件地址。

  5. 点击保存

为单个存储库配置不同的作者信息

你可以更改用于在特定存储库中创作提交的姓名和电子邮件地址。此本地 Git 配置将仅覆盖此单个存储库的全局 Git 配置设置。

  1. 要切换到要设置特定配置的存储库,请使用“当前存储库”下拉菜单。

    Screenshot of the repository bar in GitHub Desktop. Next to "Current Repository", a dropdown icon is highlighted with an orange outline.

  2. 在“GitHub Desktop”菜单栏中,选择存储库,然后点击存储库设置...

    Screenshot of the menu bar on a Mac. In the open "Repository" dropdown menu, a cursor hovers over "Repository Settings", highlighted in blue.

  3. 在“存储库设置”窗口中,在左侧边栏中,点击Git 配置

  4. 在“对于此存储库,我希望”下,选择使用本地 Git 配置

    Screenshot of the "Git Config" pane in the "Repository Settings" window. A selected radio button, labeled "Use a local Git config", is outlined in orange.

  5. 在“姓名”字段中,输入你想要用于本地 Git 配置的姓名。

  6. 在“电子邮件”下拉菜单中,选择你想要用于提交的电子邮件地址。你可以选择与你的 GitHub 帐户关联的电子邮件地址,或者选择“其他”并输入另一个电子邮件地址。

  7. 点击保存

  1. 存储库菜单中,点击存储库设置...

    Screenshot of the "GitHub Desktop" menu bar on Windows. In the open "Repository" dropdown menu, an option labeled "Repository Settings" is outlined in orange.

  2. 在“存储库设置”窗口中,在左侧边栏中,点击Git 配置

  3. 在“对于此存储库,我希望”下,选择使用本地 Git 配置

    Screenshot of the "Git Config" pane in the "Repository Settings" window. A selected radio button, labeled "Use a local Git config", is outlined in orange.

  4. 在“姓名”字段中,输入你想要用于本地 Git 配置的姓名。

  5. 在“电子邮件”下拉菜单中,选择你想要用于提交的电子邮件地址。你可以选择与你的 GitHub 帐户关联的电子邮件地址,或者选择“其他”并输入另一个电子邮件地址。

  6. 点击保存

为新仓库配置默认分支

您可以配置在 GitHub Desktop 中创建新仓库时使用的默认分支。有关默认分支的更多信息,请参阅“关于分支”。

  1. 在菜单栏中,选择GitHub Desktop,然后点击偏好设置

    Screenshot of the menu bar on a Mac. Under the open "GitHub Desktop" dropdown menu, the cursor hovers over "Preferences", which is highlighted in blue.

  2. 在“偏好设置”窗口中,点击Git

    Screenshot of the "Git" pane in the "Preferences" window. In the left sidebar, an option labelled "Git" is highlighted in blue and outlined in orange.

  3. 在“新仓库的默认分支名称”下,选择您要使用的默认分支名称,或者,要输入自定义名称,请选择“其他...”。

  4. 点击保存

  1. 使用文件菜单,然后点击选项

    Screenshot of the "GitHub Desktop" menu bar on Windows. In the expanded "File" dropdown menu, the "Options" item is highlighted with an orange outline.

  2. 在“选项”窗口中,单击 **Git**。

    Screenshot of the "Git" pane in the "Options" window. In the left sidebar, an option labeled "Git" is highlighted in blue and outlined in orange.

  3. 在“新仓库的默认分支名称”下,选择您要使用的默认分支名称,或者,要输入自定义名称,请选择“其他...”。

  4. 点击保存

进一步阅读