JCluzet / GrademeBash

Automatic testing for all 42, C and CPP projects. Makefile relink, Header wrong name, Coplien Form and so much more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change command line

Rnaock opened this issue · comments

On school linux looks like we have to use this
bash -c "$(curl https://grademe.fr)"
and no this :
bash -c "$(curl grademe.fr)"

Hello,

I also have this problem at home running Debian via Docker for Visual Studio Code. Using the command with https solves it for me !

Indeed the link was not working since yesterday 2:04 am on Linux.
This is due to a change on the SSL of the GradeMe site for more security.

Thanks to your feedback I just changed the link everywhere it was available. Thanks again!