简体   繁体   English

如何在Visual Studio社区版中清除git的用户登录名?

[英]How do i clear the user login for git in Visual Studio Community Edition?

We had a user make a commit to GitHub on this machine in Visual Studio and when it asked for login, they clicked for it to always remember their login. 我们有一个用户在Visual Studio的这台机器上对GitHub进行了提交,当它要求登录时,他们单击它以始终记住他们的登录信息。 It now won't prompt for username/password, but we want to change it. 现在,它不会提示您输入用户名/密码,但我们要更改它。

How do we clear the login? 我们如何清除登录名?

Found the answer here: https://blogs.msdn.microsoft.com/visualstudioalm/2012/08/29/clearing-the-credentials-for-connecting-to-a-team-foundation-server/ 在这里找到答案: https : //blogs.msdn.microsoft.com/visualstudioalm/2012/08/29/clearing-the-credentials-for-connecting-to-a-team-foundation-server/

You need to go into Control Panel -> User Accounts -> Manage Network Passwords. 您需要进入控制面板->用户帐户->管理网络密码。 Then find the github account and delete it. 然后找到github帐户并将其删除。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将 Visual Studio 2019 社区版配置为 Git 默认编辑器 - How to Configure Visual Studio 2019 Community Edition as Git Default Editor Visual Studio Community 2013和Git的问题 - Issue with Visual Studio Community 2013 and Git 如何使用 Visual Studio Community 2015 RC 将 SQL Server 数据库置于版本控制之下? - How do I put a SQL Server database under version control using Visual Studio Community 2015 RC? 我如何在 visual studio 2022 中不快进进行 git 合并? - how do I git merge with no fast forward in visual studio 2022? 如何在Visual Studio中将本地文件与Git上的本地文件进行比较 - How do I compare a local file with the one on Git in Visual Studio 如何配置Visual Studio 2013以与Git / SourceTree一起使用 - How do I configure Visual Studio 2013 for use with Git/SourceTree 在Visual Studio中使用Git,如何导航存储库文件? - Using Git in Visual Studio, how do I navigate repository files? 如何配置 Araxis Merge 以与 Visual Studio Git 一起使用? - How do I configure Araxis Merge for use with Visual Studio Git? 如何在 Visual Studio Code 中推送 Git 标记? - How do I push a Git tag in Visual Studio Code? 如何在Visual Studio代码中执行git push? - How to do git push in Visual Studio Code?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM