git repositories can have multiple branches of development, and the GUI is only 
available in the "destiny" branch.

The message you're getting is telling you that you have made changes to the 
branch you're on (zaku is the default), and if you switch to destiny, you'll 
lose your changes.

The right thing to do and the easiest way to do it at this point depends on a 
number of things.  It may be simplest to just clone the repository again to a 
different directory and immediately switch to the destiny branch.

Hope that helps.

-- Murphy

On Mar 14, 2012, at 2:38 PM, 莫维扬 wrote:

> Hi,
>  
> I referred to https://github.com/noxrepo/nox-classic/wiki/NOX-GUI and try to 
> install the NOX-GUI. I already run "apt-get install python-qt4 
> python-simplejson python-qt4-sql" and I think it worked well however I cannot 
> find anything(nox-gui.py) whthin the /src directory(also failed to run 
> ./nox-gui.py.
>  
>  I tried one solution that "git checkout -b destiny origin/destiny". It shows 
> "Please commit your changes or stash them before you can switch branches. 
> What shall I do then? Or "origin" and "destiny" refers to other specific 
> directories?
>  
> Thanks
>  
> Weiyang Mo

Reply via email to