Skip to content

Commit 9ab6afb

Browse files
Merge pull request #10347 from rub8n/patch-1
Adds troubleshooting section for GH accounts
2 parents 221a726 + f71097e commit 9ab6afb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/ide/work-with-github-accounts.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,15 @@ By default, Visual Studio only has public GitHub accounts enabled.
7979

8080
1. After you enter your GitHub Enterprise server address, select **Sign in with your browser**. There, you can sign in using your GitHub Enterprise credentials.
8181

82+
## Troubleshooting sign in issues
83+
If you're experiencing issues when adding or re-authenticating GitHub accounts, try the following steps:
84+
85+
Verify that HTTP Strict Transport Security (HSTS) is not enabled for localhost on your system's default web browser:
86+
- On Micrsoft Edge, you can type: edge://net-internals/#hsts and enter _localhost_ under the **Delete domain security policies** section.
87+
- On Google Chrome, type: chrome://net-internals/#hsts and enter _localhost_ under the **Delete domain security policies** section.
88+
89+
> [!NOTE]
90+
> Please [report a problem](https://developercommunity.visualstudio.com/report?space=8&entry=problem) if you're still experiencing sign in issues.
91+
8292
## See also
8393
- [Sign in to Visual Studio](signing-in-to-visual-studio.md)

0 commit comments

Comments
 (0)