Git not posting to Bitbicket from IntelliJ

MichaelL73

Bit poster
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
 

Attachments

  • Screenshot 2023-09-11 at 8.38.14 AM.png
    Screenshot 2023-09-11 at 8.38.14 AM.png
    544.6 KB · Views: 5
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


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'
 
Back
Top