Hello. I am using ARMv8 foundation model for my project. When configure foundation model with multi cores (cores=4) my code does not run. Can you lease help me solve this problem?
No, you need to specify the protocol to use for git clone command.
E.g:
git clone https://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
git clone git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
First uses secure http while second uses git protocol in above example.
So that's not weird, but expected
Okay, many thanks. I can't believe I have made such a lapse somehow.