From 2b34303f533e3bc8a9bd6dd0e783f5d9b42baae0 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Sun, 19 Jan 2025 20:27:17 +0100 Subject: [PATCH] added commet "git config http.postBuffer 524288000" --- instsrv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instsrv.sh b/instsrv.sh index 69ce55f..41c7868 100755 --- a/instsrv.sh +++ b/instsrv.sh @@ -1,5 +1,5 @@ #!/bin/bash - +# if you are a problem to push the repo. Run 'git config http.postBuffer 524288000' # install requirements yum install ftp python3-pip tar git python3-passlib -y