From 850da4ace1f5ba6647940908e3f4a2d34763a77f Mon Sep 17 00:00:00 2001 From: Logan Allred Date: Fri, 20 May 2022 06:55:01 -0600 Subject: [PATCH] Fix npm issue to have git always use https --- bin/compile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/compile b/bin/compile index aaed8b5..c788898 100755 --- a/bin/compile +++ b/bin/compile @@ -56,3 +56,7 @@ else puts " !!!! No valid Github user found with GITHUB_AUTH_TOKEN: '#{github_token}'" exit 1 end + +## +# Set github config to always use https +`git config --global url."https://".insteadOf git://` \ No newline at end of file