git_osx_installer icon indicating copy to clipboard operation
git_osx_installer copied to clipboard

mac installer complains about "unidentified developer"

Open robertramey opened this issue 4 years ago • 11 comments

When I try to invoke the installer I get a dialog box with the following messages.

“git-2.15.0-intel-universal-mavericks.pkg” cannot be opened because it is from an unidentified developer.

cannot verify that this app is free from malware.

This item is on the disk image “git-2.15.0-intel-universal-mavericks.dmg”. Safari downloaded this disk image today at 10:29 AM from sourceforge.net.

robertramey avatar May 17 '21 22:05 robertramey

I'm having the same issue..

nams-bit avatar Jun 02 '21 12:06 nams-bit

I am having the same issue that the developer can not be verified

francismagaji avatar Jun 27 '21 08:06 francismagaji

How do I overcome this challenge of verification of the developer?

francismagaji avatar Jun 27 '21 08:06 francismagaji

When I try to invoke the installer I get a dialog box with the following messages.

“git-2.15.0-intel-universal-mavericks.pkg” cannot be opened because it is from an unidentified developer.

cannot verify that this app is free from malware.

This item is on the disk image “git-2.15.0-intel-universal-mavericks.dmg”. Safari downloaded this disk image today at 10:29 AM from sourceforge.net.

09443439666 avatar Jul 27 '21 18:07 09443439666

I am facing the same issue :(

SNEHAASHISH avatar Aug 30 '21 05:08 SNEHAASHISH

même problème ici

BertheCILLY avatar Sep 06 '21 08:09 BertheCILLY

under "the apple logo" go to "system preferences" then find "security & privacy". Unlock the bottom lock to make changes, and by "allow apps to be downloaded from:" click download :) should work!

yearinc avatar Oct 10 '21 13:10 yearinc

COOL))) Changing privacy worked for me

snellya avatar Oct 28 '21 16:10 snellya

I am having the same issues

reamdallas avatar Dec 29 '21 20:12 reamdallas

Along with @yearinc's solution, you can also right click on the installer and select "open" to bypass the warning.

dgamboni avatar Mar 01 '22 20:03 dgamboni

under "the apple logo" go to "system preferences" then find "security & privacy". Unlock the bottom lock to make changes, and by "allow apps to be downloaded from:" click download :) should work!

@yearinc's solution led me to find that when you click on your downloaded file to install, it will give you the error but if you go to the apple symbol, system settings, privacy & security, look under security and you should see a message that looks like the following: "git-2.23.0...ericks.pkg" was blocked because it is not from an identified developer. Below that you should see a button that says open anyway. A window should open up with the installation as expected.

Alternative ways:

  • Open terminal and type in the following:

brew install git or sudo port install git

the second requires MacPorts to be installed can be found here: https://www.macports.org/.

parrtakenn avatar Feb 23 '23 00:02 parrtakenn