Hi @sml310511029
Be aware of you are building image by Yocto.
several awareness for you,
Assumedly Git set up that you have completed as in the user guide.
$ git config --global user.name "Your Name"
$ git config --global user.email "Your Email"
$ git config --list
About "bitbake -k imx-image-full" that you performed. I'd recommend you don't use the parameter with "k", except that you have your own consideration of reasons. And what about you try to build relatively smaller image, those also listed in user guide.
Best regards
Harvey