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