How do I import a gpg secret key?
gpg --import without a filename should just import from STDIN. So type gpg --import and press Enter , paste your key and end it with a line consisting only of Ctrl + D and Enter (like with any program that reads from STDIN).