git_osx_installer icon indicating copy to clipboard operation
git_osx_installer copied to clipboard

Problems to download Git 2.8.1 on OSX El Capitan

Open mjoseFreeman opened this issue 9 years ago • 6 comments

Hi all, I am really new to all of this. I downloaded the new version of Git (2.8.1) on my OSX 10.11.5 but can't find it anywhere. It is not on the applications folder. I tried to find it but it's not on my computer :( What am I doing wrong? Thank you for your help and sorry for my silly question. Best, Joey

mjoseFreeman avatar Jun 14 '16 12:06 mjoseFreeman

I am having the same problem

anneliseschulzz avatar Jun 16 '16 19:06 anneliseschulzz

Hi Annelise, it seems that it downloads but I still can't find it but if you go to Terminal git works. Check what happens when you go to Terminal and type: git --version Then hit the Enter key.

It should print the version of the installed Git program. Like: git version 2.8.1 I hope it works.

mjoseFreeman avatar Jun 17 '16 12:06 mjoseFreeman

I have the same problem

maywang90 avatar Jul 02 '16 05:07 maywang90

git is a command-line program. When you install git using git OSX Installer, git is installed in the directory /usr/local/git. You won’t find it in the application folder. See `README.txt´ when you open the installer.

If you want a GUI (graphical user interface), you have to download an additional program. See https://git-scm.com/download/gui/mac.

ChristianSiegert avatar Jul 29 '16 13:07 ChristianSiegert

I am having the same problem

herikaferreira avatar Aug 18 '16 12:08 herikaferreira

ChristianSiegert, maybe an obvious question, but I just want to make sure I understand...is the GUI link provide GUI's for writing and managing Git programs on your hard drive versus Github which manages Git program/files in the cloud to share with others?

fortius246 avatar Sep 10 '16 18:09 fortius246