【发布时间】:2014-12-24 13:33:19
【问题描述】:
使用 Windows 的 GitHub 客户端时,如何在我的 PATH 中安装 Git?
我遇到了错误,因为显然 Git 没有安装在 PATH 中。例如,使用 Atom,尝试安装 Linter 插件会出现此错误:
npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.
GitHub for Windows 安装时是否安装 Git? (它必须,否则它如何使用 Git?)我不想重复安装它......那么我如何将已经存在的 Git 添加到 PATH 中?
【问题讨论】:
标签: git github github-for-windows