iriscouch / build-couchdb

Batteries-included CouchDB build system
227 stars 36 forks source link

git protocol #19

Open drakeguan opened 12 years ago

drakeguan commented 12 years ago

Hi,

Just a really tiny suggestion: it would be easier to change protocol from git:// to http:// cause some working environment only allows http and https access to the Internet :)

Drake

asomov commented 12 years ago

Hi, please change the protocol to http://. git:// is not always available

Andrey

BohoCode commented 12 years ago

+1. I can't use this behind my firewall - I really wanna get couchDB installed and just cant.

clayzermk1 commented 11 years ago

I agree https is the way to go.

As a work-around for those of you having trouble:

git clone https://github.com/iriscouch/build-couchdb
cd build-couchdb
vi .gitmodules
#change all "git:" to "https:", save and quit
git submodule init
git submodule update

This worked for me.