Github Auth for Mirrors-Kernel Repo?

Seed

Renowned Member
Oct 18, 2019
118
69
68
126
I am trying to compile a custom kernel to fix an ASMEDIA issue but when trying to run through the process I don't have permissions to the kernel mirror:

test -f "submodules/ubuntu-kernel/README" || git submodule update --init submodules/ubuntu-kernel
Cloning into '/root/pve-kernel/submodules/ubuntu-kernel'...
Username for 'https://github.com': ....
...

fatal: Authentication failed for 'https://github.com/proxmox/mirror_ubuntu-kernels/'
fatal: clone of 'https://github.com/proxmox/mirror_ubuntu-kernels' into submodule path '/root/pve-kernel/submodules/ubuntu-kernel' failed

Per

https://github.com/proxmox/pve-kernel

How can I build this?