I can't prepare env. Problem with last stage preparign. cloning repo hal, zephyr, etc...

I can't prepare env. Problem with last stage preparign. cloning repo hal, zephyr, etc...

please be fast
Hi,
I will get back to you as soon as I hear from the team. Thank you for the patience.
Hi,
Could you make sure that your Git client is up to date? You can check the Git's website and download the latest version. After that you can try the SDL installation again.
You can also try to manually clone the required repositories outside of the Toolchain Manager. Please open a terminal or Git Bash and then try:
git clone github.com/.../sdk-nrf --branch v2.7.0
git clone github.com/.../zephyr --branch v2.7.0
After that you can import these directories manually into the SDK environment.
-Priyanka