Fail to download from github using git for STM32CubeWL
At this link, using "Windows PowerShell" on Windows 11, https://github.com/STMicroelectronics/STM32CubeWL
using method 4, failed.
git clone --recursive --depth 1 --branch v1.3.0 https://github.com/STMicroelectronics/STM32CubeWL.git
Cloning into 'STM32CubeWL'...
remote: Enumerating objects: 13497, done.
remote: Counting objects: 100% (13497/13497), done.
remote: Compressing objects: 100% (6783/6783), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 6756 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

==============================
re-try using method 1, also failed
git clone --recursive https://github.com/STMicroelectronics/STM32CubeWL.git
Cloning into 'STM32CubeWL'...
remote: Enumerating objects: 22375, done.
remote: Counting objects: 100% (7677/7677), done.
remote: Compressing objects: 100% (4026/4026), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 6465 bytes of body are still expected
fatal: early EOF
fetch-pack: unexpected disconnect while reading sideband packet
fatal: fetch-pack: invalid index-pack output
- To clone this repository along with the linked submodules, option --recursive has to be specified as shown below.
git clone --recursive https://github.com/STMicroelectronics/STM32CubeWL.git