From 2d14a3a427a0fb24aec32a839aed55f5aa9b4762 Mon Sep 17 00:00:00 2001 From: QXYang686 Date: Sat, 14 Feb 2026 18:49:45 +0800 Subject: [PATCH] =?UTF-8?q?git=20=E6=94=B9=E7=94=A8=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- develop-base/.devcontainer/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/develop-base/.devcontainer/devcontainer.json b/develop-base/.devcontainer/devcontainer.json index b14f7f6..2082bd6 100644 --- a/develop-base/.devcontainer/devcontainer.json +++ b/develop-base/.devcontainer/devcontainer.json @@ -4,10 +4,7 @@ "context": ".", }, "features": { - "ghcr.io/devcontainers/features/git:1": { - "version": "latest", - "ppa": "false", - }, + "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git-lfs:1": { "version": "latest", },