From d9fc5f4b008e4966d07441409b662840b4f0bdb9 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Mon, 9 May 2022 15:42:33 -0400 Subject: [PATCH] Enable git commands due to git CVE fix Add /vagrant to "safe directory" global git config so Vagrant runs work properly again. Signed-off-by: Phil Estes --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 9335d30d5..6b6bcb0cb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -107,6 +107,7 @@ EOF GOPATH=\\$HOME/go PATH=\\$GOPATH/bin:\\$PATH export GOPATH PATH +git config --global --add safe.directory /vagrant EOF source /etc/profile.d/sh.local SHELL