Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

서명 - gpg key 사용하기 #2

Open
heowc opened this issue Dec 28, 2017 · 2 comments
Open

서명 - gpg key 사용하기 #2

heowc opened this issue Dec 28, 2017 · 2 comments
Assignees

Comments

@heowc
Copy link
Owner

heowc commented Dec 28, 2017

https://blog.outsider.ne.kr/1209

@heowc heowc self-assigned this Dec 28, 2017
@heowc
Copy link
Owner Author

heowc commented Dec 28, 2017

항상 서명 하기 : git config --global commit.gpgsign true

@heowc
Copy link
Owner Author

heowc commented Jan 1, 2018

I solved this by adding gpg.program to the .gitconfig file, as was mentioned above. To do so, run the following command. The path to gpg.exe may vary depending on your installation.

git config --global gpg.program "C:\Program Files (x86)\GnuPG\bin\gpg.exe"

I had installed GnuPG from here using the Gpg4win binary. Make sure gpg is accessible in the path.

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

No branches or pull requests

1 participant