- Edited
robin fatal: unable to access 'https://github.com/abperiasamy/rtl8812AU_8821AU_linux/': Could not resolve host: github.com
in order to be able to clone from the board you need to have it connected to the internet!
Otherwise you can download a zip archive of the repo on your computer from https://github.com/abperiasamy/rtl8812AU_8821AU_linux/archive/master.zip then unzip it, use scp
to copy it to the board, e.g.:
scp -r rtl8812AU_8821AU_linux.zip root@192.168.7.2:
then run the command:
ssh root@192.168.7.2 "cd rtl8812AU_8821AU_linux && make ARCH=arm && make ARCH=arm install"
this will take a few minutes but should eventually succeed. At that point, reboot the board and you should be good to go.