Git not posting to Bitbicket from IntelliJ

Discussion in 'Installation and Configuration of Parallels Desktop' started by MichaelL73, Sep 11, 2023.

  1. MichaelL73

    MichaelL73 Bit poster

    Messages:
    3
    Hi, I am using the M2 chip in my Macbook Pro.

    I am using IntelliJ and committing to Bitbucket. I have Parallels, but I cannot seem to commit my changes. I assume there is a setting I need to adjust. Do you have any helpful thoughts? I was hoping to send a screenshot.

    Thank you for any suggestions.,

    Mike vR
     

    Attached Files:

  2. Adeboye Adeotan

    Adeboye Adeotan Staff Member

    Messages:
    499

    Hello Mike,

    Have you tried executing the following command in your Windows VM's command prompt?

    git config --global --add safe.directory '///Mac/AllFiles/Users/michaelvonruecker/Repos/Masternaut/masternaut-test-automation'

    If this does not work, please try

    git config --global --add safe.directory '%(prefix) ///Mac/AllFiles/Users/michaelvonruecker/Repos/Masternaut/masternaut-test-automation'
     
    Mikhail Ushakov likes this.

Share This Page