Skip to content

Commit

Permalink
Fix to overcome self signed SSL certificate error when issuing git pu…
Browse files Browse the repository at this point in the history
…ll command

git pull is used to download project dependencies which reside on
github.  As we use self signed certificates, there is a error.  To over
come this, ssl CA certificate verification is turned off.
  • Loading branch information
shivarammysore committed Jul 19, 2012
1 parent 45fe309 commit 33858eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
all: compile

compile: rebar
git config --global http.sslVerify false
./rebar get-deps compile

rel: compile
Expand Down

0 comments on commit 33858eb

Please sign in to comment.