跳至主要内容

为 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,然后单击 Preferences

    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. 在“Preferences”窗口中,单击 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. 在“Name”字段中,输入你想要用于 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. 在“Name”字段中,输入你想要用于 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,然后单击 Preferences

    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. 在“Preferences”窗口中,单击 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. 点击保存

进一步阅读