team-explorer

Visual Studio Team Explorer - View Git Commands

与世无争的帅哥 提交于 2019-11-30 02:46:05
问题 New versions of Visual Studio Team Explorer has built in support for Git. I want to know if there is an option to view the Git commands executed while using the Team explorer for Git actions like Commit and Push. Also would be better to have an option to view the other commands executed by Team Explorer like fetching status. Are those features available with the current Visual Studio? 回答1: Git has a number of traces embedded which you can turn on by use git's tracing environment variables. To

Can Visual Studio 2010 Express connect to Team Foundation Server 2010?

ⅰ亾dé卋堺 提交于 2019-11-30 01:09:45
问题 I know VS 2010 Pro/Premium/Ultimate include TFS connectivity, does VS 2010 Express? 回答1: No it doesn't. See this SO question (What is “missing” in the Visual Studio Express Editions?) - one of the bullet points is no Team Explorer support , meaning to TFS integration. On this Microsoft page for VS 2010, you can see the the Pro edition with MSDN essentials subscription has none of the TFS features out of the box, suggesting that this is also the case for the express SKUs. 回答2: I'm not sure if

how to open Team Explorer in Visual Studio 2008

旧街凉风 提交于 2019-11-29 02:16:47
问题 I have VS2008 Professional Edition with SP1 installed on my machine. Currently we use Visual Source Safe for version controller but we want to change it with Team Foundation Server 2010/2012 . So i need to connect TFS with VS2008. I read some post on the net and they say there is Team Explorer on Tools/Connect to Team Foundation Server to connect to TFS. This should already be installed with VS2008 SP1 but i dont see anything about Team Explorer in my VS2008 menus. How can i open Team

Remove git mapping in Visual Studio 2015

旧街凉风 提交于 2019-11-28 02:59:57
This question has nothing to do with git itself; rather, it has to do with removing a binding/mapping to a git repository that Visual Studio 2015 (VS2015) has previously seen. Here's a screen shot of the problem: Notice that the remove button is grayed out (disabled). How can I remove this entry from the "Local Git Repositories" list? helix The solution is much simpler than that. You simply need to remove three files from the project UNC Path. Navigate to your solution's UNC Path. Example: C:\Users\Your User Name\Documents\Visual Studio 2015\Projects\Your Project Folder Then permanently delete

Can't pull or push with Team Explorer in Visual Studio 2017

可紊 提交于 2019-11-27 19:22:29
问题 I use Git with Visual Studio 2017. Since yesterday every time I try to push or pull from the remote repository with Team Explorer I get the following error: Git failed with a fatal error. HttpRequestException encountered. An error occurred while sending the request. HttpRequestException encountered. An error occurred while sending the request. cannot spawn askpass: No such file or directory could not read Username for 'https://github.com': terminal prompts disabled 回答1: I have had this issue

Remove git mapping in Visual Studio 2015

。_饼干妹妹 提交于 2019-11-27 05:01:00
问题 This question has nothing to do with git itself; rather, it has to do with removing a binding/mapping to a git repository that Visual Studio 2015 (VS2015) has previously seen. Here's a screen shot of the problem: Notice that the remove button is grayed out (disabled). How can I remove this entry from the "Local Git Repositories" list? 回答1: The solution is much simpler than that. You simply need to remove three files from the project UNC Path. Navigate to your solution's UNC Path. Example: C: