ooyala / barkeep

The friendly code review system.
getbarkeep.org
1.42k stars 145 forks source link

make install script use https instead of git protocol #518

Open sorvis opened 8 years ago

sorvis commented 8 years ago

Me and other people have firewall restrictions which causes this script to fail when running git clone commands that use the git protocol. I suggest instead that we use https. Technically, it will also verify that you got the repository code from the correct server as well. See this link for details: https://gist.github.com/grawity/4392747