Nate Parsons <parsons.nate@xxxxxxxxx> writes: > I'm trying to make git for myself, but can't seem to get https > working. This is what I did to make it: > >> wget http://git-core.googlecode.com/files/git-1.7.9.3.tar.gz >> tar -xf git-1.7.9.3.tar.gz >> cd git-1.7.9.3.tar.gz >> ./configure --with-curl --prefix=$HOME >> make >> make install I wonder if omitting the whole "configure" thing (remove config.mak.autogen) and doing $ make $ make install may work for you better? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html