Solution:
GitHub pages are designed for hosting static html only. They cannot execute PHP or any other server side scripting language, so regardless of this specific error you won’t be able to interact with the admin console at all. The plugin you mentioned makes static copies of your entire site, so it will copy the admin URL but it won’t be functional.
You need to access the admin page on your local, original wordpress environment instead.
If you wish to host your full site online, in interactive mode, find a webhost which supports PHP and specifically wordpress. There are hundreds of possibilities.