0

I have both v11 and v10 Enterprise Studio/Server installed on my Mac. When I launched v11 for the first time, I installed the Git extension through the extension manager. This broke Git in v10.

Launching v10, right-clicking a file, and opening a solution in v10 gives the below errors. gitErrors

Git options are now grayed out in the Studio v10 Git menu. I've uninstalled v10 and reinstalled it, and uninstalled Git 2.6.4 and reinstalled it to no avail.

Git works fine in v11 but I'm not ready to make the switch because my application does not run in v11.

Git is installed to /usr/local/bin/git, but is there another directory that would hold Git or Wakanda-Git configuration files?

I am thinking I need to blow away whatever changes Wakanda Studio v11's extension manager made to my Wakanda/Git setup to fix Git in v10.

Tim Penner
  • 3,551
  • 21
  • 36
NAMS
  • 983
  • 7
  • 17

1 Answers1

3

Remove the git folder inside your documents/Wakanda/extensions/ and restart Wakanda Studio 10 I think it should fix it.

hamzahik
  • 714
  • 4
  • 7
  • Thank you- this solved my problem (I also had to remove another folder in the extensions directory). – NAMS Mar 25 '16 at 18:36