Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Ruby Foundations Ruby Basics Installing Ruby

"git-1.9.2 already installed, it's just not linked"

When I run

brew install git

I see

Warning: git-1.9.2 already installed, it's just not linked

How may I correct this?

3 Answers

Neil Northrop
Neil Northrop
5,095 Points

Hi Nauman,

Will you run a command and post the result that you get here in a reply to me?

git config --list

I'm not sure if I know what the issue is but I have an idea.

Thanks!

filter.media.clean=git-media-clean %f
filter.media.smudge=git-media-smudge %f
user.name=Noffica
user.email=nmithani1@gmail.com
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
core.precomposeunicode=true
remote.origin.url=https://github.com/Noffica/YouTube-Git-Tuorial.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master

Thanks for your involvement.

Thus far I haven't needed git but I would appreciate any help you could provide before I arrive at the point where I need it.