2015中无法将主分支推送到远程分支

2015中无法将主分支推送到远程分支

本文介绍了在Visual Studio 2015中无法将主分支推送到远程分支的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带git的visual studio项目。我有几个提交。我手动添加了一个遥控器,但似乎无法将分支推到遥控器上。我可以用Git GUI推送
,但不能用VS.当我尝试同步时,我收到消息"当前分支不跟踪远程分支"。当我单击分支然后右键单击master时,push选项显示为灰色。如何使用VS将主分支推送到
远程分支?

推荐答案

感谢您在此发布。

请尝试以下可以帮助您解决问题的工作。

Please try the below work arounds which may help you resolve your issues.

表格团队资源管理器主页屏幕

Form Team explorer home screen


  • 点击 分支机构
  • 点击顶部的下拉列表,其中包含分支机构。 {项目名称}
  • 选择 同步
  • 点击 同步按钮

分支下拉列表仅显示本地分支机构;它不会显示远程分支。尝试创建新的本地分支以跟踪远程分支。

The Branch dropdown will only show local branches; it will not show remote branches. Try by creating the new local branches to track that remote branches.

请通过以下链接获取更多信息,并告诉我们反馈。

Please go through the below links for more information and let us know the feedback.

http://www.almguide.com/2014/12/connecting-to-a-remote-git-branch-from-visual-studio/

希望有所帮助!

问候,

免责声明:

此回复包含对第三方万维网站点的引用。 Microsoft提供此信息是为了方便您。 Microsoft不控制这些网站,也未测试在这些网站上找到的任何软件或信息;因此,
Microsoft不能就其中发现的任何软件或信息的质量,安全性或适用性做出任何陈述。使用互联网上的任何软件都存在固有的危险,微软提醒您在从互联网上检索任何软件之前确保您完全了解风险。 

Disclaimer:
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. 


这篇关于在Visual Studio 2015中无法将主分支推送到远程分支的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 19:52