iwasakims commented on pull request #791: URL: https://github.com/apache/bigtop/pull/791#issuecomment-869119319
@sekikn While https://github.com/rvm/rvm/issues/4573 is suggesting to use `hkp://keys.gnupg.net`, it did not work. https://github.com/railsgirls/installation-scripts/pull/61 addressed the issue by the following cmdline which worked for me too. ``` curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import - ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
