I create a repository from Visual Studio but i can't access to my repository at Github.com #177476
Replies: 2 comments
-
| Hey there! 👋 Thanks for posting in the GitHub Community, @dannycdq ! We're happy you're here. You are more likely to get a useful response if you are posting in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. I've gone ahead and moved this to the correct category for you,  Please note: I've removed your private information from this post as posting identifiable information is not allowed, per our Code of Conduct. | 
Beta Was this translation helpful? Give feedback.
-
| 
 Solution: Open Team Explorer or Git Changes: In Visual Studio, open the Git Changes window (usually in the bottom right corner or find it under the View > Git Changes menu). Synchronize to GitHub: You should see an option or link that says "Publish" or "Push to Remote". Click on it and select the option to publish the repository to GitHub (this will usually require you to sign in to GitHub if you haven't already). Once the process is complete, your repository will appear on GitHub.com. 
 Solution: Check Login: Make sure you are signed in to the correct GitHub account within Visual Studio. In Visual Studio, go to Tools > Options > Git Global Settings > Sign in to GitHub. Use a Personal Access Token (PAT): If you encounter persistent authentication errors, you may need to use a PAT instead of a regular password, especially if you have two-factor authentication enabled on GitHub: Create a PAT on GitHub (Settings > Developer Settings > Personal access tokens). Ensure the token has the repo scope. Use this PAT when Visual Studio prompts you for login credentials. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
GitHub Feature Area
Visual Studio
Body
Hi i'm trying to access to Github.com with add another users to the repository since i don't have a clue how can i do it from visual studio, well the thing is that i only have the user dannyquiroz23 and [redacted due to PII] that is my microsoft account but when i try to access using this email send credencials error and when trying restore password send me email not verified.
Beta Was this translation helpful? Give feedback.
All reactions