Home > Software design >  Visual Studio git error "Object reference not set to an instance of an object" after check
Visual Studio git error "Object reference not set to an instance of an object" after check

Time:11-05

I can't check out another branches then the Git Changes interface gave me an error "Object reference not set to an instance of an object."

CodePudding user response:

There are some files to commit before checking out another branch. Adding these file by command git add . in command line interface

  • Related