E:\Dev_Root\js\CrifanSongtastePlayer>git ‘git’ 不是内部或外部命令,也不是可运行的程序 或批处理文件。 |
需要在windows下安装git环境,命令行,不是图形界面。
windows 安装git
GitHub Desktop – Simple collaboration from your desktop
【原创】Windows平台下Git的安装与配置 – 陌上幽人 – 博客园
->
去下载:
msysGit
https://github-cloud.s3.amazonaws.com/releases/23216272/a941d880-ecd8-11e5-971f-1054bbae2d78.exe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160320%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20160320T103735Z&X-Amz-Expires=300&X-Amz-Signature=6171813e9e3736d21b0410d70b16837dffdb23abed3edd6c0101ef98088ac93b&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DGit-2.7.4-64-bit.exe&response-content-type=application%2Foctet-stream
此处既想要用图形界面,也想要命令行:
所以选择第二个:
Git for Windows v2.7.4 Release NotesLatest update: March 18th 2016 IntroductionThese release notes describe issues specific to the Git for Windows release. The release notes covering the history of the core git commands can be found in the Git project. See http://git-scm.com/ for further details about Git including ports to other operating systems. Git for Windows is hosted at https://git-for-windows.github.io/. |
到桌面上可以看到:
双击运行
转载请注明:在路上 » [记录]windows下安装git环境