UnityHub 2.2.0 miss git executable

After last update of UnityHub to 2.2.0 version my projects with git dependencies on launch show errors: “No ‘git’ executable was found. Please install Git on your system and restart Unity”. If I start Unity by hand and open same project - all works fine. And before update UnityHub in same day all works fine too.
In my system git installed and work fine (with regular updates) last 2 or maybe 3 years. All pathes correct added to PATH enviroment variable. I try update git, change locations, add direct path to exe but that not help.
I cant reproduce it on my second PC…
I dont know how it can be reproduced… May be its only local problem, because on second PC all looks fine. In my situation its happens every time, when I open any project with git dependencies with UnityHub 2.2.0.

Also I create thi issue on bug tracker: https://fogbugz.unity3d.com/default.asp?1201828_av2av7npbt0b71t3

The same thing in 2.2.1… very very frustrating bug.

Ok, its solved by hand merge PATHEXT env variables from user level to system level.