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

Just start and got error in the first line :/

Open isalirezag opened this issue 8 years ago • 3 comments

So I just start to use this toolbox, Im very new and sorry if my question is stupid! I went to the folder that I have caffe already set and from there I did: Deep Visualization Toolbox I was not expect to get error here bu I got this error: Not a git repository (or any of the parent directories): .git Can anyone help please.

isalirezag avatar Mar 11 '16 22:03 isalirezag

I needed to use git clone https://github.com/BVLC/caffe.git. The problem is solved for the first line but when I use git fetch --all I got the same error. So I just add a git int at the beginning and create a repository. Can anyone tell me what is the difference between remote and clone though? and why I need to add the git int ? :)

isalirezag avatar Mar 11 '16 23:03 isalirezag

You should watch (at least some of) this video. It outlines Git but assumes you have some knowledge of version control systems:

https://www.youtube.com/watch?v=ZDR433b0HJY

pjturcot avatar Mar 21 '16 19:03 pjturcot

I got an error when using the command git checkout --track -b deconv-deep-vis-toolbox yosinski/deconv-deep-vis-toolbox

error: The following untracked working tree files would be overwritten by checkout: Aborting

How can I fix this? Please help.

ani0075saha avatar Sep 16 '16 05:09 ani0075saha