Skip to content

Commit

Permalink
getPass, not askPass
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jan 20, 2018
1 parent 04039b6 commit 5c1d8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 12_connect-ssh-keys.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Two workarounds:
MKLINK /D "C:\Users\username\Documents\.ssh" "C:\Users\username\.ssh"
```
Finally, if git2r seems unable to get your SSH passphrase from ssh-agent, install the askPass package:
Finally, if git2r seems unable to get your SSH passphrase from ssh-agent, install the getPass package:
``` r
install.packages("getPass")
Expand Down

0 comments on commit 5c1d8d8

Please sign in to comment.