colinmollenhour / modman

Modularize extensions using symlinks. Voted #1 Magento tool by @WebShopApps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File is empty

Zyles opened this issue · comments

The installer doesn't work for me.

I run it but bin/modman is empty...

You need to add --no-check-certificate on wget command line or it wont work.

Are you getting a warning from wget about an invalid SSL certificate? Versions of wget before 1.14 do not support SNI. What is the output of wget --version?

GNU Wget 1.12 running Ubuntu.

Resolving raw.github.com... 185.31.17.133
Connecting to raw.github.com|185.31.17.133|:443... connected.
ERROR: certificate common name âwww.github.comâraw.github.comâ
To connect to raw.github.com insecurely, use â--no-check-certificateâ.

I got it working manually however.

Hi. I am gettings this following error
ERROR: certificate common name âwww.github.comâraw.github.comâ
To connect to raw.github.com insecurely, use â--no-check-certificateâ. While download wget -O - https://raw.github.com/colinmollenhour/modman/master/modman-installer i tried by remove -O- wget https://raw.github.com/colinmollenhour/modman/master/modman-installer. Now also i am getting this same error.