简体   繁体   English

Visual Studio 2019 团队资源管理器缺少 GitHub 选项面板

[英]Visual Studio 2019 Team Explorer missing GitHub option panels

So I just installed VS 2019 and right of the box, I am not seeing the options for Github as I can see on 2017.所以我刚刚安装了 VS 2019 和盒子右侧,我没有看到 Github 的选项,就像我在 2017 年看到的那样。

Here is what I am seeing:这是我所看到的: 在此处输入图片说明

I am expecting to see this:我期待看到这个: 在此处输入图片说明

What could cause the options not showing up?什么可能导致选项不显示? I can see them on VS 2017. TIA.我可以在 VS 2017.TIA 上看到它们。

To Solve this problem we need to simply disabled New Git user experience option.为了解决这个问题,我们需要简单地禁用 New Git 用户体验选项。 To do so, press " Ctrl+Q "(to search) -> now paste preview features -> uncheck New Git user experience checkbox.为此,请按“ Ctrl+Q ”(搜索)-> 现在粘贴预览功能-> 取消选中New Git 用户体验复选框。 And Wala!还有瓦拉! you are done!你完成了! For more information check this link=> enter link description here This is the way I solved my Problem.有关更多信息,请查看此链接=> 在此处输入链接描述这是我解决问题的方法。

最近 VS 2019 的更新发生了一些变化。如果您单击“打开 Git 更改”链接,它会打开一个新窗口,您可以在其中执行单独的 Fetch、Pull 和 Push 操作(此处突出显示的箭头屏幕截图)。

As far as I can see, git was moved to a menu option "Git" in Visual Studio 2019 16.8.3.据我所知,git 已移至 Visual Studio 2019 16.8.3 中的菜单选项“Git”。 Maybe I am missing something but I can have a go and try the new menu Git > Manage Branches也许我遗漏了一些东西,但我可以尝试一下新菜单Git > Manage Branches

在此处输入图片说明

Just have the same problem that i was missing the "Team Explorer" Panel (Changes, Sync etc.)in Visual Studio 2019.只是有同样的问题,我在 Visual Studio 2019 中缺少“团队资源管理器”面板(更改、同步等)。

When I was turning off following Option, the menu was looking like VS2017: Git -> Options -> Environment -> Preview Feature当我关闭以下选项时,菜单看起来像 VS2017:Git -> 选项 -> 环境 -> 预览功能

Turning off "New git user experience" Option.关闭“新 git 用户体验”选项。

Maybe this helps.也许这有帮助。

Here the article about the "New git user experience": https://devblogs.microsoft.com/visualstudio/exciting-new-updates-to-the-git-experience-in-visual-studio/这里是关于“新 git 用户体验”的文章: https : //devblogs.microsoft.com/visualstudio/exciting-new-updates-to-the-git-experience-in-visual-studio/

I have the same problem, suddenly when I opened my Visual Studio 2019 Professional Edition, the Git connection is gone in Team Explorer, and I can't even see my projects in Azure Devops when I am already connected.我遇到了同样的问题,突然当我打开我的 Visual Studio 2019 专业版时,团队资源管理器中的 Git 连接消失了,当我已经连接时,我什至无法在 Azure Devops 中看到我的项目。

My solution is I just updated my Visual Studio by checking for new updates by going on Help Menu -> Check for Updates.我的解决方案是,我只是通过转到“帮助菜单”->“检查更新”来检查新更新来更新我的 Visual Studio。

在此处输入图片说明

I recently ran into this issue.我最近遇到了这个问题。 I went to the Search box at the very top of Visual Studio, looked for preview features as mentioned in another comment, and unchecked New Git user experience .我转到 Visual Studio 最顶部的“搜索”框,查找另一条评论中提到的预览功能,并取消选中“新 Git 用户体验” That reverted it to the old way.这使它恢复到旧方式。 Then, I went back and checked it back on, and the Git Changes tab reappeared in the solution explorer window.然后,我返回并重新检查它, Git Changes 选项卡重新出现在解决方案资源管理器窗口中。

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

相关问题 Visual Studio安装程序缺少选项值:InstallPath-Visual Studio 2019 - Visual Studio Installer Missing option value: InstallPath - Visual Studio 2019 Visual Studio 2015 Update 2团队资源管理器缺少“排除” - Visual Studio 2015 Update 2 Team Explorer Missing 'Exclude' 在Visual Studio 2012团队资源管理器中缺少“检测更改”链接 - Missing the “Detect changes” link in visual studio 2012 team explorer Visual Studio Team Explorer项目中的应用程序/任务图标丢失 - App/task icons in Visual Studio Team Explorer Project are missing Visual Studio 2010团队资源管理器 - Visual Studio 2010 Team Explorer Visual Studio 2010 团队资源管理器 - visual studio 2010 team explorer Visual Studio Team Explorer扩展 - Visual Studio Team Explorer Extension 为什么 Visual Studio 2019 Team Explorer 中的 Git rebase 会报告对相距很远的行的更改发生合并冲突? - Why does Git rebase in Visual Studio 2019 Team Explorer report a merge conflict for changes to lines that are far apart? Visual Studio 2019团队资源管理器git远程列表仍然包含已删除的分支 - Visual Studio 2019 Team Explorer git remotes list still contains deleted branches 更改在Visual Studio Team Explorer中消失 - Changes disappear in Visual studio Team Explorer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM