Failed to shallow clone with depth=1
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
Dear Dolt Developers,
I encountered an unexpected clone in Dolt and would greatly appreciate it if you could take a look.
With command `dolt clone chenditc/investment_data` the result is right, but add depth=1 leads to network error
```
data>dolt clone --depth 1 chenditc/investment_data
cloning https://doltremoteapi.dolthub.com/chenditc/investment_data
clone failed; reliableCallStateMachine RPC timeout
reliableCallStateMachine RPC timeout
data>dolt clone chenditc/investment_data
cloning https://doltremoteapi.dolthub.com/chenditc/investment_data
14,484,228 of 14,484,228 chunks complete.
clone failed; context canceled
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.