Cheng Zhao
unread,Nov 30, 2012, 7:14:21 PM11/30/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
Hi all,
If you are not building your own node-webkit, you can skip now.
Recently we have changed the V8 repository to a new upstream, so you
might encounter problems on it when doing gclient sync, to solve it,
do the following:
cd /path-to-node-webkit/src/v8
# you should be on a detached HEAD now
git pull origin nwebkit
git checkout nwebkit
Then you can go back and do gclient sync again.
This is caused by gclient not correctly handling the change of upstream branch.
Cheng