Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git protocol #19

Open
drakeguan opened this issue Nov 27, 2011 · 3 comments
Open

git protocol #19

drakeguan opened this issue Nov 27, 2011 · 3 comments

Comments

@drakeguan
Copy link

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
Copy link

asomov commented Apr 11, 2012

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

Andrey

@BohoCode
Copy link

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

@clayzermk1
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants