Hello all! I have a problem: I want to set up git on my new MacBook Pro, using PyCharm. Please, help me! How to get it to work? On Ubuntu Linux this operation was automated, so I didn't have problems with it.
Looks like you've selected a directory as the path to your Git executable, which is not going to work. You need to specify the path to the git binary itself: /usr/local/git/bin/git
I downloaded git from here: http://git-scm.com/ Maybe, I'm doing something wrong, because I'm new in Mac OS X, but have some experience in Ubuntu Linux...
/usr/local/git/bin/git
Maybe, I'm doing something wrong, because I'm new in Mac OS X, but have some experience in Ubuntu Linux...