你好朋友我试图在 Windows 中获取克隆项目但没有得到它我使用以下命令
C:\>git clone https://code.google.com/p/quiz-and-poll/
得到错误信息
'git' is not recognized as an internal or external command,
operable program or batch file.
知道我怎么能得到它吗?
你好朋友我试图在 Windows 中获取克隆项目但没有得到它我使用以下命令
C:\>git clone https://code.google.com/p/quiz-and-poll/
得到错误信息
'git' is not recognized as an internal or external command,
operable program or batch file.
知道我怎么能得到它吗?
尝试使用 Git Bash 运行命令,导致此问题的最可能原因是您的 PATH 上没有 Git,导致无法git
在 Windows 命令提示符中运行命令。
有人在他们的网站上写了一些说明,他们会帮助你将 Git 添加到你的 PATH 中。如果您不想将 Git 添加到 PATH,只需使用 Git Bash 运行命令。