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
Post a Comment