跳至主要内容

为 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. 单击保存

延伸阅读