Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <leleliu008@gmail.com>
  • Loading branch information
leleliu008 committed Feb 6, 2024
1 parent 48b29c3 commit 3ddf414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -8907,7 +8907,7 @@ ${COLOR_GREEN}SSL_CERT_FILE${COLOR_OFF}
In general, you don't need to set this environment variable, but, if you encounter the reporting ${COLOR_RED}the SSL certificate is invalid${COLOR_OFF}, trying to run below commands in your terminal will do the trick.

${COLOR_RED}curl -LO https://curl.se/ca/cacert.pem
export SSL_CERT_FILE="$PWD/cacert.pem"${COLOR_OFF}
export SSL_CERT_FILE="\$PWD/cacert.pem"${COLOR_OFF}

${COLOR_GREEN}GOPROXY${COLOR_OFF}
example:
Expand Down

0 comments on commit 3ddf414

Please sign in to comment.