Compile Cyanogenmod Windows bash

147 views Asked by At

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?

1

There are 1 answers

2
Ged On

It looks like you have changed a file within .repo/manifests/ and this hasn't been committed. You can use repo status or repo diff to identify which files have been changed.

If you don't think you changed anything, try running:

git reset --hard repo sync