Skip to content

Commit

Permalink
Merge pull request #1 from fs-webdev/git-https
Browse files Browse the repository at this point in the history
Fix npm issue to have git always use https
  • Loading branch information
joeycozza authored May 20, 2022
2 parents 49c5d52 + 850da4a commit fef7f7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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://`

0 comments on commit fef7f7f

Please sign in to comment.