Skip to content

Commit fef7f7f

Browse files
authored
Merge pull request #1 from fs-webdev/git-https
Fix npm issue to have git always use https
2 parents 49c5d52 + 850da4a commit fef7f7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/compile

+4
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ else
5656
puts " !!!! No valid Github user found with GITHUB_AUTH_TOKEN: '#{github_token}'"
5757
exit 1
5858
end
59+
60+
##
61+
# Set github config to always use https
62+
`git config --global url."https://".insteadOf git://`

0 commit comments

Comments
 (0)