Thread overview | ||||||
---|---|---|---|---|---|---|
|
April 05, 2013 posix.mak wants my private key | ||||
---|---|---|---|---|
| ||||
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? |
April 05, 2013 Re: posix.mak wants my private key | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | 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
|
April 05, 2013 Re: posix.mak wants my private key | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | 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.
|
April 05, 2013 Re: posix.mak wants my private key | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On Friday, 5 April 2013 at 18:34:50 UTC, Martin Nowak wrote:
> 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.
I usually use http(s) protocol when doing packaging to minimize possible firewall issues.
|
Copyright © 1999-2021 by the D Language Foundation