digitalmars.D - posix.mak wants my private key
- Ellery Newcomer (5/5) Apr 05 2013 trying to build d-programming-language.org from master, and
- Steven Schveighoffer (5/10) Apr 05 2013 It's trying to git clone the repositories from github. Apparently your ...
- Martin Nowak (2/7) Apr 05 2013 The makefile should use the git:// protocol instead of ssh to access git...
- Dicebot (3/15) Apr 05 2013 I usually use http(s) protocol when doing packaging to minimize
trying to build d-programming-language.org from master, and make -f posix.mak all results in Enter passphrase for key '/home/ellery/.ssh/id_rsa' wtf?
Apr 05 2013
On Fri, 05 Apr 2013 13:41:54 -0400, Ellery Newcomer <ellery-newcomer utulsa.edu> wrote:trying to build d-programming-language.org from master, and make -f posix.mak all results in Enter passphrase for key '/home/ellery/.ssh/id_rsa' wtf?It's trying to git clone the repositories from github. Apparently your key has a passphrase on it. -Steve
Apr 05 2013
On 04/05/2013 07:41 PM, Ellery Newcomer wrote:trying to build d-programming-language.org from master, and make -f posix.mak all results in Enter passphrase for key '/home/ellery/.ssh/id_rsa' wtf?The makefile should use the git:// protocol instead of ssh to access github.
Apr 05 2013
On Friday, 5 April 2013 at 18:34:50 UTC, Martin Nowak wrote:On 04/05/2013 07:41 PM, Ellery Newcomer wrote:I usually use http(s) protocol when doing packaging to minimize possible firewall issues.trying to build d-programming-language.org from master, and make -f posix.mak all results in Enter passphrase for key '/home/ellery/.ssh/id_rsa' wtf?The makefile should use the git:// protocol instead of ssh to access github.
Apr 05 2013