MVC View display ruined after Git clone
I created a git repo from one computer and then cloned it on another. After that, when I run the ASP.NET MVC Web application from Visual Studio, the styling in the browser is completely off and some elements are even invisible. The menu is gone, glyphicons are gone, styling is weird. I tried fixing the line endings using an extension, because I thought that was the issue, but it didn't solve anything (extension didn't find any bad line endings).
I also copied the files to a zip file and created the repo again, but it wouldn't let me add a .gitattributes file and commit. My repo on github is still there and the files are still good. I'm not sure what else to do. I spent many hours working on the design.
0 comments:
Post a Comment