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 trialArel Sapir
7,979 PointsGit (in git error)
when trying to clone in git using "https" addreses, keep gettin the error: "Protocol https not supported or disabled in libcurl.
HOW CAN I FIX THAT?! thanks :)
7 Answers
Arel Sapir
7,979 Pointsits fixed, the libcurl.dll was overriden by a different software that also used libcurl.dll and somehow reinstalling git didnt help, so i downloaded libcurl manually and then switched every libcurl.dll file i found on my pc with that new file. and it worked.
Nikolay Batrakov
9,604 PointsHave you tried stackoverflow? I found that one This seems to look similar.
Arel Sapir
7,979 Pointsi am using windows 7 so the references there dont apply to me. my knowledge in git and curl which is the problem i think isnt sufficient enough. after reading the whole thing i couldnt fix my problem. so i really need some more help. thank you very very much for helping me out! :)
James Barnett
39,199 Points>
so i really need some more help.
We are going to need more details then on what you are doing. What flavor of git are using? How did you install it?
Arel Sapir
7,979 Pointsi downloaded it from git-scm.com and i have version 1.9.1 i just installed it using the installer.
Arel Sapir
7,979 Pointsthe error comes when i start the limeJS installation by typing "python bin/lime.py init" on git.
James Barnett
39,199 PointsHave you installed python?