I am trying to compile cyanogenmod in windows with its new bash I have downloaded the source code from here
Compressed Android Source Code xda
I have also downloaded all the required tools in bash but whenever i try to do repo sync
It returns this error
error: .repo/manifests/: contains uncommitted changes
Can Anybody help?
It looks like you have changed a file within .repo/manifests/ and this hasn't been committed. You can use
repo status
orrepo diff
to identify which files have been changed.If you don't think you changed anything, try running:
git reset --hard repo sync