Git (Gui) not working under Parallels

Discussion in 'Windows Virtual Machine' started by GreenAsJade, Aug 21, 2012.

  1. GreenAsJade

    GreenAsJade Bit poster

    Messages:
    7
    I used the Trasporter to import my windows machine (XP-SP3) onto Parallels on the Mac (10.7)

    Everything works amazingly well except one thing.

    When I use Git GUI (under windows in the VM) to push a commit from a working copy back to a "master" repo stored on the same machine, I get this:

    Pushing to /cygdrive/c/Users/mgregory/Dropbox/H2HHelper.git
    fatal: 'C:/Program Files (x86)/Git/cygdrive/c/Users/mgregory/Dropbox/H2HHelper.git' does not appear to be a git repository
    fatal: The remote end hung up unexpectedly

    As you can probably see, the actual path to the master repo on the VM is C:\Users\mgregory\Dropbox\H2HHelper.git

    Somewhere git is getting the idea that the path is something wierd to do with cygdrive.

    Help?

    Thanks!

    GaJ
     

Share This Page