bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Parallel Bug Reports git not picking up credential helper in paralle


From: Felix Schäfer
Subject: GNU Parallel Bug Reports git not picking up credential helper in parallel (OS X)
Date: Sat, 21 Apr 2012 14:13:28 +0200

Hello,

I'm not sure if this is a bug, expected behavior or me thinking in too 
simplistic terms, but the following works without user interaction thanks to 
the git-supplied git-credential-osxkeychain:

cd some_dir && git pull

The following asks me for a password for each process:

ls | parallel 'cd {} && git pull'

which I would expect git to fetch from the git-credential-osxkeychain.

Any idea how I could fix that? Thanks!

Felix

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


reply via email to

[Prev in Thread] Current Thread [Next in Thread]