Please install Git client to add git library

I haven’t used Platformio for a while.
I opened it today, it took a long time to update. Updated Platform AtmelAVR
Now when adding a library with GIT it requires

Resolving nanoatmega328 dependencies...
Library Manager: Installing git+git + https://github.com/GyverLibs/EasyHID.git
UserSideException: Please install Git client from https://git-scm.com/downloads

Although it was previously added to platformio.ini without this.
How to fix this if I don’t want to put GIT

Then just put the HTTPS ZIP download link instead?

lib_deps =
   https://github.com/GyverLibs/EasyHID/archive/refs/heads/main.zip

Wonderful
Works
Thanks a lot