Possible Duplicate:
Git not found after installing OS X Lion
I just upgraded my mac to LION, and now git is gone:
$ git
-bash: git: command not found
Any ideas on how to get git back?
I just upgraded my mac to LION, and now git is gone:
Any ideas on how to get git back? |
|||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
The default install location is /usr/local so add this to your ~/.bash_profile
then run |
|||||||||||||||||||||
|
|
If you do not want to install XCode and/or ports/fink/homebrew, you could always use the standalone installer: http://code.google.com/p/git-osx-installer/ |
|||
|
There are a couple of points to this answer. Firstly, you don't need to install Xcode. The Git installer works perfectly well. However, if you want to use Git from within Xcode - it expects to find an installation under /usr/local/bin. If you have your own Git installed elsewhere - I've got a script that fixes this. Second is to do with the path. My Git path used to be kept under |
|||||||||||||
|
|
It's part of Xcode. You'll need to reinstall the developer tools. |
|||||||||
|
|
you have to find where git is and then add the folder to the PATH variables in .bash_profile. Using terminal: 1) search for git:
2) edit the .bash_profile add
Git is back :-) Anyway i suggest you to install git using macports, in this way you can easilly upgrade your git to the newest release Hope this helps |
|||
|
You can always use port |
|||
PATH? – Greg Hewgill Jul 24 '11 at 22:04