From 510f6438b94175a7f1499d94cc643621bc53f40b Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 7 Mar 2024 18:40:05 +0100 Subject: [PATCH] more explicit about authorization --- content/sharing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/sharing.md b/content/sharing.md index 25b61a4e..69c59f7e 100644 --- a/content/sharing.md +++ b/content/sharing.md @@ -89,12 +89,15 @@ Choose "Publish to GitHub". In my case I chose to "Publish to GitHub public repository". ``` +First time you do this, VS Code might ask you to authorize it to access your +GitHub account by redirecting you to https://github.com/login/oauth/authorize: ```{figure} img/sharing/vscode-authorize.png :alt: Screenshot of VS Code asking for authorization :width: 50% :class: with-border -First time you do this you might need to authorize VS Code to access your GitHub account. +First time you do this you might need to authorize VS Code to access your +GitHub account. ``` ```{figure} img/sharing/vscode-publish-to-github3.png