Github: documentation for GPG signing support missing

Created on 14 Nov 2017  路  1Comment  路  Source: atom/github

Using Windows 7 64-bit
Atom version 1.22.0
github version 0.7.0
Team's SCM tool: Atlassian Bitbucket v5.5.0

I've configured git to sign commits with git commit -S. I am not prompted for my gpg passphrase and commits are made unsigned. How is gpg signing configured with this package?

Most helpful comment

How is gpg signing configured with this package?

There's no specific configuration within the package itself as far as I know to tell Atom to use GPG. But you can tell Git to sign commits by default with this config for a particular repository:

git config commit.gpgsign true

And Atom should then prompt you for your passphrase.

>All comments

How is gpg signing configured with this package?

There's no specific configuration within the package itself as far as I know to tell Atom to use GPG. But you can tell Git to sign commits by default with this config for a particular repository:

git config commit.gpgsign true

And Atom should then prompt you for your passphrase.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yubaoquan picture yubaoquan  路  3Comments

rsese picture rsese  路  4Comments

move[bot] picture move[bot]  路  3Comments

smashwilson picture smashwilson  路  4Comments

joshaber picture joshaber  路  4Comments