deep-visualization-toolbox
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
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.
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.
thank you very much.It worked! @PieBoo