deep-visualization-toolbox icon indicating copy to clipboard operation
deep-visualization-toolbox copied to clipboard

When I follow the step "git checkout --track -b deconv-deep-vis-toolbox yosinski/deconv-deep-vis-toolbox",I get back a error.please help solve it

Open SaverioSun opened this issue 7 years ago • 2 comments

when I follow the step "git checkout --track -b deconv-deep-vis-toolbox yosinski/deconv-deep-vis-toolbox".I get a error message error: Your local changes to the following files would be overwritten by checkout: Makefile Please, commit your changes or stash them before you can switch branches. Aborting I don't konw how to deal with it.I know little about git .the caffe I complise is the lastest.

SaverioSun avatar Apr 01 '17 02:04 SaverioSun

You can use "git checkout --track -f -b deconv-deep-vis-toolbox yosinski/deconv-deep-vis-toolbox" force to do the command. (git checkout command)

I also encountered this error message and didn't know why it come out this error. (I haven't used Git before.) But force it makes me go down to next step.

PieBoo avatar Apr 06 '17 03:04 PieBoo

thank you very much.It worked! @PieBoo

SaverioSun avatar Apr 07 '17 09:04 SaverioSun