Hi,
I want to build chromium version 39.0.2171.95. I fetch the chromium code with the command "gclient fetch - nohooks" which the offical build instruction descriped. it will fetch the master branch of chromium. None of the fetching files was modified. Then I do things bellow:
1. git fetch --tags
2. git checkout -b my_release_branch 39.0.2171.95
3. gclient sync --with_branch_heads --jobs 16
the 3rd step was failed, the infomation is :
_____ src at refs/remotes/origin/master
[0:03:04] Cannot fast-forward merge, attempt to rebase? (y)es / (q)uit / (s)kip
:
----------------------------------------
Error: 1> Background task requires input. Rerun gclient with --jobs=1 so that
1> interaction is possible.
But I modified none of any files. How Can I solve this problem?