我们经常发布文档更新,此页面的翻译可能仍在进行中。有关最新信息,请访问英文文档。如果此页面上的翻译有问题,请告诉我们

此版本的 GitHub Enterprise 将停止服务 此版本的 GitHub Enterprise 已停止服务 2020-05-23. 即使针对重大安全问题,也不会发布补丁。 要获得更好的性能、改进的安全性和新功能,请升级到 GitHub Enterprise 的最新版本。 如需升级方面的帮助,请联系 GitHub Enterprise 支持

文章版本: Enterprise Server 2.17

关联文本编辑器与 Git

使用文本编辑器打开文件并通过 Git 编辑。

本文内容

使用 Atom 作为编辑器

  1. Install Atom. For more information, see "Installing Atom" in the Atom documentation.
  2. 打开 Terminal(终端)Terminal(终端)Git Bash
  3. 输入此命令:
    $ git config --global core.editor "atom --wait"

Using Visual Studio Code as your editor

  1. Install Visual Studio Code (VS Code). For more information, see "Setting up Visual Studio Code" in the VS Code documentation.
  2. 打开 Terminal(终端)Terminal(终端)Git Bash
  3. 输入此命令:
    $ git config --global core.editor "code --wait"

使用 Sublime Text 作为编辑器

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. 打开 Terminal(终端)Terminal(终端)Git Bash
  3. 输入此命令:
    $ git config --global core.editor "subl -n -w"

使用 TextMate 作为编辑器

  1. Install TextMate.
  2. Install TextMate's mate shell utility. For more information, see "mate and rmate" in the TextMate documentation.
  3. 打开 Terminal(终端)Terminal(终端)Git Bash
  4. 输入此命令:
    $ git config --global core.editor "mate -w"

使用 Atom 作为编辑器

  1. Install Atom. For more information, see "Installing Atom" in the Atom documentation.
  2. 输入此命令:
    $ git config --global core.editor "atom --wait"

Using Visual Studio Code as your editor

  1. Install Visual Studio Code (VS Code). For more information, see "Setting up Visual Studio Code" in the VS Code documentation.
  2. 打开 Terminal(终端)Terminal(终端)Git Bash
  3. 输入此命令:
    $ git config --global core.editor "code --wait"

使用 Sublime Text 作为编辑器

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. 打开 Terminal(终端)Terminal(终端)Git Bash
  3. 输入此命令:
    $ git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"

使用 Notepad++ 作为编辑器

  1. Install Notepad++ from https://notepad-plus-plus.org/. For more information, see "Getting started" in the Notepad++ documentation.
  2. 打开 Terminal(终端)Terminal(终端)Git Bash
  3. 输入此命令:
    $ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

使用 Atom 作为编辑器

  1. Install Atom. For more information, see "Installing Atom" in the Atom documentation.
  2. 打开 Terminal(终端)Terminal(终端)Git Bash
  3. 输入此命令:
    $ git config --global core.editor "atom --wait"

Using Visual Studio Code as your editor

  1. Install Visual Studio Code (VS Code). For more information, see "Setting up Visual Studio Code" in the VS Code documentation.
  2. 打开 Terminal(终端)Terminal(终端)Git Bash
  3. 输入此命令:
    $ git config --global core.editor "code --wait"

使用 Sublime Text 作为编辑器

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. 打开 Terminal(终端)Terminal(终端)Git Bash
  3. 输入此命令:
    $ git config --global core.editor "subl -n -w"

问问别人

找不到要找的内容?

联系我们