Windows 10无法识别Git

我在我的笔记本电脑上安装了Windows 10 x64,然后使用最新的Git( Git-2.6.3-64-bit )。 正如我在我的笔记本电脑上看到的,Git现在安装在这个目录下: C:\Users\MyPC\AppData\Local\Programs\Git (我没有机会指定另一个特定的文件夹,因为它是在Git安装过程中自动完成的)。 已经select“ 使用Windows命令提示符下的Git ”和“ 使用OpenSSH ”选项,使用Git dir更新Windowspath。 毕竟,问题是,Windows无法识别Git在哪里调用。 我试过git --version但从Windows无法识别。

我的问题是(在Windows 10 Pro x64上):
1.我们可以为Git指定另一个安装文件夹吗?
2.在Git dir / bin中,没有ssh.exe,而在OpenSSHselect对话框中,它告诉我“这使用了Git附带的ssh.exe”。 那么,它在哪里,内置的SSH客户端?
3.我怀疑现在Windows 10不接受安装在%USERPROFILE%/ AppData上的任何外部程序以包含在系统path中。 这是对的吗?
4.如何让Windows“看”Git?

  1. 我们可以为Git指定另一个安装文件夹吗?

尝试以管理员身份运行安装程序,以便将其安装到Program Files。 我不知道如何指定一个自定义路径。

  1. 在Git dir / bin中,没有ssh.exe,而在OpenSSH选择对话框中,它告诉我“这使用Git附带的ssh.exe”。 那么,它在哪里,内置的SSH客户端?

一些挖掘告诉我,它可能住在Git安装的.ssh文件夹内,所以C:\Users\MyPC\AppData\Local\Programs\Git\.ssh

  1. 我怀疑现在Windows 10不接受安装在%USERPROFILE%/ AppData上的任何外部程序以包含到系统路径中。 这是对的吗?

AFAIK你可以添加任何目录到你的路径。

  1. 如何使Windows“看”Git?

C:\Users\MyPC\AppData\Local\Programs\Git到您的路径:

 Start the System Control Panel applet (Start - Settings - Control Panel - System). Select the Advanced tab. Click the Environment Variables button. Under System Variables, select Path, then click Edit. You'll see a list of folders, as this example for my system shows: C:\Program Files\Windows Resource Kits\Tools\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Common Files\Ulead Systems\MPEG;C:\Program Files\Intel\DMIX;C:\Program Files\Executive Software\Diskeeper\;C:\Program Files\Bonjour\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Misc You can add additional folders that you want to include in searches. I add a "C:\program files\misc" entry into which I place my standalone utilities, instead of copying them into C:\windows. Click OK. You'll need to restart the processes (eg, command prompt) that use the system path to see the added folders. 

http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path