deep-visualization-toolbox
deep-visualization-toolbox copied to clipboard
Just start and got error in the first line :/
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.
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 ? :)
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
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.