「Unity/開発環境/windows」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「=="No 'git' executable was found."とでる場合== 詳細は、以下のとおり <pre> An error occurred while resolving packages: Project has invalid dependencies: com...」) |
|||
行5: | 行5: | ||
Project has invalid dependencies: | Project has invalid dependencies: | ||
com.neuecc.unirx: No 'git' executable was found. Please install Git on your system then restart Unity and Unity Hub | com.neuecc.unirx: No 'git' executable was found. Please install Git on your system then restart Unity and Unity Hub | ||
+ | </pre> | ||
+ | システム/システムの詳細設定/環境変数/システム環境変数/新規で以下追加 | ||
<pre> | <pre> | ||
+ | Git | ||
+ | C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin | ||
+ | </pre> | ||
+ | |||
+ | Pathに以下を追加 | ||
+ | <pre> | ||
+ | ;%Git% | ||
+ | </pre> | ||
+ | 参考:https://www.hanachiru-blog.com/entry/2021/05/24/120000 |
2022年1月29日 (土) 12:41時点における版
"No 'git' executable was found."とでる場合
詳細は、以下のとおり
An error occurred while resolving packages: Project has invalid dependencies: com.neuecc.unirx: No 'git' executable was found. Please install Git on your system then restart Unity and Unity Hub
システム/システムの詳細設定/環境変数/システム環境変数/新規で以下追加
Git C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin
Pathに以下を追加
;%Git%