October 14, 2019
Git: Windows下设置Git路径为环境变量, Installing Git in PATH with GitHub client for Windows
步骤1:输入编辑环境并选择显示的选项
Step 1: Type edit environment and select the option shown
步骤2: 选择“路径”,然后单击“编辑” (如果没有 PATH变量,那么就是点击“New”)
Step 2: Select Path and click on edit
步骤3:最后添加以下语句(您可以避免使用第一个语句;如果已经存在)
Step 3: In the end add the below statement(you can avoid the first ; if its already there)
;C:\Program Files\Git\bin\git.exe… Read More