I'm encountering an issue while trying to clone the TensorFlow models repository using the command:
git clone https://github.com/tensorflow/models
The error message I receive is:
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
I've tried changing my internet connection, but the problem persists. Additionally, I attempted adjusting the http.postBuffer size with:
git config http.postBuffer 524288000
However, this did not resolve the issue.
Any insights or solutions on how to resolve this problem would be greatly appreciated.