从命令行使用 Git 拉取后 VS2013 崩溃

VS2013 Crash After Pull with Git from command Line

大家好,提前感谢大家的帮助!

我在 VS2013 中有一个 Web 应用程序运行良好,但每次我从我的 gitlab 存储库中拉取时,我都无法再打开解决方案。我发现的唯一解决方法是删除存储库并从头开始克隆它。我在 google 上尝试了最流行的解决方案(比如 运行 git gc before pulling)但我无法修复它。

  Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: devenv.exe
  Problem Signature 02: 12.0.31101.0
  Problem Signature 03: 54548724
  Problem Signature 04: mscorlib
  Problem Signature 05: 4.0.30319.34209
  Problem Signature 06: 534894cc
  Problem Signature 07: 254
  Problem Signature 08: 10
  Problem Signature 09: System.ArgumentException
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:    3082
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

有人可以帮我解决这个问题吗? 非常感谢!!

终于可以解决问题了。 git 中似乎有一个文件(一个 css 文件)导致 VS 崩溃。当我在我的本地 GIT 中拉取文件时,该文件被覆盖并且问题开始了。但是,如果我删除所有本地 GIT 并从 Git 存储库中进行新克隆,一切似乎都可以正常工作。为了修复它,我从 master git 中删除文件并从头开始重新上传...我无法弄清楚 css 文件有什么问题,也许它在大师或类似的东西。 感谢大家的帮助。 最好的问候!