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

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -