now, I use Drone 0.8 version and connect with GitHub. But often get fail when clone the project from GitHub
any suggestions for this situation?
now, I use Drone 0.8 version and connect with GitHub. But often get fail when clone the project from GitHub
According to Stack Overflow this can happen when you are having networking issues, including a slow connection. See https://stackoverflow.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining
The Stack Overflow thread also suggests settings depth
to reduce the amount of data being transferred over the network, if you think the size of your repository could be part of the problem.