Skip to content

Commit c3345d8

Browse files
committed
Aggiornamento per fix a errore: "RPC failed; curl 92 HTTP/2"
1 parent e04ee17 commit c3345d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ node -v
2222
# Clonare il repository
2323
git clone https://github.com/amusarra/database-versioning-slide.git
2424

25+
# (Opzionale) Nel caso in cui il git clone non funzioni a causa dell'errore
26+
# "RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)"
27+
# dovreste risolvere il problema incrementando il buffer di git utilizzando il
28+
# comando a seguire.
29+
git config --global http.postBuffer 524288000
30+
2531
# Entrare nella cartella
2632
cd database-versioning-slide
2733

0 commit comments

Comments
 (0)