chaosblade-io / chaosblade-box

chaos-platform
213 stars 96 forks source link

Unable to execute the ‘git clone’ command normally in the Windows environment #161

Open yangsr opened 8 months ago

yangsr commented 8 months ago

In the Windows environment, ‘git clone’ outputs an error saying ‘fetch-pack: unexpected disconnect while reading sideband packet’.

After executing ‘git clone --depth 1’, it outputs error: invalid path ‘chaosblade-box-starter/src/main/resources/build/.1feff74f.‘ Any other potential solutions?

在Windows环境下,正常的git clone 会提示 fetch-pack: unexpected disconnect while reading sideband packet的报错,执行git clone --depth 1后,提示error: invalid path ‘chaosblade-box-starter/src/main/resources/build/.1feff74f.’

请问有什么解决办法么?