From de85ff494c6b73c912f1b04c2d2b65fec7714d6a Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Thu, 12 Feb 2026 12:56:43 +0200 Subject: [PATCH] vs code git configs --- containers/code-server.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/containers/code-server.yml b/containers/code-server.yml index 4ecfdfd..9f9bb0c 100644 --- a/containers/code-server.yml +++ b/containers/code-server.yml @@ -34,6 +34,10 @@ services: echo "Generated code-server password (saved in /config/.password-generated): $$PASSWORD"; fi; fi; + HOME=/config git config --global http.postBuffer 524288000; + HOME=/config git config --global http.lowSpeedLimit 0; + HOME=/config git config --global http.lowSpeedTime 999999; + [ -f /config/.gitconfig ] && chown $${PUID}:$${PGID} /config/.gitconfig; exec /init '