diff options
author | drduh <github@duh.to> | 2020-01-07 21:17:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 21:17:22 +0000 |
commit | c0f19bdae7ae0fb83e280839625d480b589699e7 (patch) | |
tree | 13737be9c3ab937dcb56efbf6678a6096072ebea /README.md | |
parent | Formatting cleanup (diff) | |
parent | Update GitHub instructions on Windows (diff) | |
download | YubiKey-Guide-c0f19bdae7ae0fb83e280839625d480b589699e7.tar.gz |
Merge pull request #154 from pheuter/patch-1
Update GitHub instructions on Windows
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |