在PATH
Windows上使用GitHub客户端时,如何在自己的系统中安装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.
Windows版GitHub在安装时是否会安装Git?(它必须,否则它将如何使用Git?)我不想对其进行双重安装...那么,如何将已经存在的Git添加到PATH?
\cmd
文件夹添加到您的文件夹中就PATH
足够了。该git.exe
文件夹中的可能链接到git.exe
该\bin
文件夹中的。添加\bin
文件夹可能会导致在其中找到的可执行文件与在路径环境中找到的其他可执行文件之间发生某些冲突。