From 4c78b77e60380d0df5a3e640571156ab7ed59f71 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Wed, 17 May 2023 16:19:24 -0400 Subject: [PATCH] update gitconfig --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 9bcf1c9..8464492 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,3 +23,5 @@ autosetuprebase = always [safe] directory = /opt/flutter +[protocol "file"] + allow = always