After cloning repository from bitbucket shows dll missing error -


i'm working on visual studio 2014 , have pushed project in bitbucket repository. i've cloned same repository in machine. problem other machine shows lot of .dll files missing. how solve it?

please @ this screen capture.

the problem because *.dll appears in gitignore_global.txt file. though local repository did not have gitignore file, found global file within c-drive's mydocument folder.

what worked me, in order dlls bitbucket, navigate through git bash folder containing dlls, , use command:

git add <assemblyname>.dll -f 

Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -