DEV Community

Discussion on: error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

Collapse
 
costonied profile image
Igor Savin

It's was not worked for me. But worked downgrade version of HTTP from 2 to 1.1:
$ git config --global http.version HTTP/1.1
After it push was ok and I have changed HTTP version to 2 again:
$ git config --global http.version HTTP/2

Collapse
 
asher_not_found profile image
asher

Thanks a lot man, it worked for me too.

Collapse
 
gustavozapata profile image
Gustavo Zapata

This worked for me. Thanks!

Collapse
 
manoelcamillo profile image
Manoel Camillo

This worked for me too. Thanks!

Collapse
 
vhenckel profile image
Vitor Henckel

This worked for me too. Thanks!

Collapse
 
mmhgarcia profile image
Alberto G

It did not work for me neither.