HEAD is now at 9e52a21
I am trying to run a kernel module on a Nexus 7 emulator on Ubuntu.
I ran this command in the terminal: git clone https://android.googlesource.com/kernel/msm.git
Then I want to checkout this: git checkout remotes/origin/android-msm-flo-3.4-jb-mr2
Once I entered that line above I got this error:
HEAD is now at 9e52a21...
qseecom: Fix issue with incomplete command exiting prematurely
I tried it with sudo
, I tried adding things like -p
, -3
at the end of the command, but nothing works. How do I fix this?
Solution 1:
That is a commit message, and not an error. Your command succeeded.