Reputation: 1
How can I get Azure Data Studio (ADS) to log into github?
Last year it was connected, after I somehow input a "Personal access token". But, that recently got messed up, and now I can't recreate the steps from last year. Now, after opening my local folder in ADS (which was a previous clone of my github folder), I attempt to Push/pull 2 commits to github. ADS prompts that the extension wants to sign into github, which I "Allow". That redirects me to an Internet Explorer page to "Continue", which should authorize the connection. However, the IE browser always responds "Oh no! An error occurred! Please restart the sign in process from the editor. Forbidden"
I think I need to (re)install a Personal Access Token into ADS, but I can't figure out how. Or, maybe there's some way to get the IE page to allow the process to Continue?
Upvotes: 0
Views: 1314
Reputation: 487
I would do the following:
After the above steps, I was able to create and link new repos with no issues. Moreover, I didn't need to use the PAT again but keep it handy and save it as you would do with a password.
Upvotes: 1