【发布时间】:2022-01-23 08:15:22
【问题描述】:
git : 术语“git”未被识别为 cmdlet、函数、脚本文件或可运行程序的名称。检查名称的拼写,或者如果包含路径,请验证路径是否正确并重试。 在 line:1 char:1
- git 克隆https://github.com/HashLips/hashlips_art_engine.git
-
+ CategoryInfo : ObjectNotFound: (git:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】:
-
这是 PowerShell 的说法“我找不到
git”。就像关于向您的计算机显示打印机的老笑话一样,仅仅说“它已安装”并没有帮助:您需要告诉 PowerShell(无论如何这样做)在哪里查看。
标签: git powershell