We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49c5d52 + 850da4a commit fef7f7fCopy full SHA for fef7f7f
bin/compile
@@ -56,3 +56,7 @@ else
56
puts " !!!! No valid Github user found with GITHUB_AUTH_TOKEN: '#{github_token}'"
57
exit 1
58
end
59
+
60
+##
61
+# Set github config to always use https
62
+`git config --global url."https://".insteadOf git://`
0 commit comments