We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd941d0 commit b419641Copy full SHA for b419641
doc/gist-vim.txt
@@ -246,6 +246,14 @@ be kept for later use. You can revoke the token at any time from the list of
246
"Authorized applications" on Github's "Account Settings" page.
247
(https://github.com/settings/applications)
248
249
+If you have two-factor authentication enabled on Github, you'll see the message
250
+"Must specify two-factor authentication OTP code." In this case, you need to
251
+create a "Personal Access Token" on Github's "Account Settings" page
252
+(https://github.com/settings/applications) and place it in a file
253
+named ~/.gist-vim like this:
254
+>
255
+ token xxxxx
256
+<
257
If you happen to have your password already written in ~/.gitconfig like
258
below:
259
>
0 commit comments