aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorMark Fayngersh <mark.fayngersh@gmail.com>2020-01-07 16:13:48 -0500
committerGitHub <noreply@github.com>2020-01-07 16:13:48 -0500
commite4a063e0f0ec361e51dc9ad6a86b7874908f5076 (patch)
tree13737be9c3ab937dcb56efbf6678a6096072ebea /README.md
parentFormatting cleanup (diff)
downloadYubiKey-Guide-e4a063e0f0ec361e51dc9ad6a86b7874908f5076.tar.gz
Update GitHub instructions on Windows
Add command to instruct Git to use WinGPG
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bbdced9..ec9e622 100644
--- a/README.md
+++ b/README.md
@@ -1772,9 +1772,10 @@ To authenticate:
**Windows**
-Run the following command:
+Run the following commands:
> git config --global core.sshcommand 'plink -agent'
+ > git config --global gpg.program 'C:\Program Files (x86)\GnuPG\bin\gpg.exe'
You can then change the repository url to `git@github.com:USERNAME/repository` and any authenticated commands will be authorized by YubiKey.