Unable to download kernel source code from git repository

Hi,

we are trying to make custom kernel and following the below link

when we are executing the below command it throwing the error

$ git clone -b <tag> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Please help us which version is compatible for the board NXP i.MX 8MM/8MP.

Thanks and Regards
GV Subba Reddy

Hi @gvsreddy93,

Please use below to clone upstream kernel

git clone -b v6.1 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Let me know if you still see same error.

Best regards
Ritesh Kumar