Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Issue with GPG commit #496

Closed
Wes974 opened this issue Aug 15, 2016 · 2 comments
Closed

Issue with GPG commit #496

Wes974 opened this issue Aug 15, 2016 · 2 comments

Comments

@Wes974
Copy link

Wes974 commented Aug 15, 2016

Hi, I can't commit using git-plus because I have this message showing up :

capture d ecran 2016-08-16 a 01 05 06

Here is some details about my setup :

$ where gpg
/usr/local/bin/gpg
$ which gpg
/usr/local/bin/gpg
$ gpg --version
gpg (GnuPG/MacGPG2) 2.0.30
libgcrypt 1.7.0
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Algorithmes pris en charge :
Clef publique : RSA, RSA, RSA, ELG, DSA
Chiffrement : IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256,
TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256
Hachage : MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression : Non compress'e, ZIP, ZLIB, BZIP2
$ atom --version
Atom : 1.9.8
Electron: 0.37.8
Chrome : 49.0.2623.75
Node : 5.10.0

git-plus 5.16.2

And also I have no-tty in my ~/.gnupg/gpg.conf

@akonwi
Copy link
Owner

akonwi commented Nov 7, 2016

I don't think this is package specific. Check out isaacs/github#675 and this reddit thread

@akonwi akonwi closed this as completed Nov 7, 2016
@blimmer
Copy link

blimmer commented Feb 13, 2017

For anyone who finds this issue, this is what I did to get it working:

git config --global gpg.program $(which gpg)
echo "no-tty" >> ~/.gnupg/gpg.conf

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

No branches or pull requests

3 participants