Problem using the keyring R package #6916
-
When I try using keyring::key_set("foo") # try adding bar
keyring::key_get("foo") # I get "" |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Looks pretty normal to me - it might help us if you record a screenrecording of what are you trying to do
Also in the next release we've added support for the password box that RStudio also has so you don't have to type it in the console directly. |
Beta Was this translation helpful? Give feedback.
-
Oh actually to reproduce I had to create a token from GitHub then copy-paste it. maybe it's due to how the copy-paste button works for some things on my machine (Ubuntu). |
Beta Was this translation helpful? Give feedback.
-
So even if I copy a code chunk from say https://pkgdown.r-lib.org/ using the copy button, if I then run
But really if the password box is coming it's fine. 😸 |
Beta Was this translation helpful? Give feedback.
Looks pretty normal to me - it might help us if you record a screenrecording of what are you trying to do
Also in the next release we've added support for the password box that RStudio also has so you don't have to type it in the console directly.