当前位置:   article > 正文

Unity 报错No ‘git‘ executable was found. Please install Git on your system then restart_no 'git' executable was found. please install git

no 'git' executable was found. please install git on your system then restar

亲测可用。

An error occurred while resolving packages:Project has invalid dependencies:
  com.unity.xxx: No 'git' executable was found. Please install Git on your     system then restart Unity and Unity Hub

在我们使用PackageManager时,Unity允许我们使用Git上的package(点击加号,选择add package from git URL,或者是直接在Asset/Packages/manifest.json中添加包名)。

但是这种操作需要我们事先装好git,并且配置好相应的环境变量,否则会报错。

解决方法:

1.下载,安装Git。 Git - Downloads

2.配置系统环境变量。在path后面继续加入路径的时候。win10直接新建C:\Program Files\Git\bin

如果是使用win7,需要使用英文分号分割;C:\Program Files\Git\bin(注意这个路径需要定位到git.exe)  , 如下图

3.重新打开cmd,输入git测试成功。

4.重新打开unity和unity hub,如果仍然报错,去系统进程看看,是否没有把untiy或者unity hub彻底关掉。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/92732
推荐阅读
相关标签
  

闽ICP备14008679号