We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04ee17 commit c3345d8Copy full SHA for c3345d8
README.md
@@ -22,6 +22,12 @@ node -v
22
# Clonare il repository
23
git clone https://github.com/amusarra/database-versioning-slide.git
24
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
+
31
# Entrare nella cartella
32
cd database-versioning-slide
33
0 commit comments