authentication not supported Connect to TFS Git from Xamarin Studio (non-hosted, locally installed TFS 2013)

There are several instructions on how to connect to TFS Git from Xamarin Studio if you‘re using the Team Foundation Service.

We have locally installed TFS 2013 which also has Git support, but Xamarin Studio is unable to connect to it with the following error: Version control operation failed: authentication not supported.

Is there a way to work it out?

You need to enable HTTP basic authentication in TFS

解决方案:打开TFS所在服务器的IIS,展开到tfs的虚拟目录,右侧功能视图,身份验证,将“基本身份验证”启用,xmarin studio 就不会报“authentication not supported”的错误了,会弹出登陆密码输入框。

时间: 2024-08-09 05:49:01

authentication not supported Connect to TFS Git from Xamarin Studio (non-hosted, locally installed TFS 2013)的相关文章

javamail 发送邮件时 No authentication mechansims supported by both server and client

项目需求要更换发邮件服务器,变更成中转邮箱服务器发邮件.结果总是报 No authentication mechansims supported by both server and client . 搜了一堆东东,都不靠谱最后自己不断调试成功搞定.借鉴网址如下: http://stackoverflow.com/questions/8615730/javamail-with-ms-exchange-no-authentication-mechansims-supported-by-both-s

使用TFS+GIT实现分布式项目管理

前言 GIT是近来很流行的一种版本控制系统,是Linux内核之父Linus Torvalds为了管理Linux内核的开发而开发的一种开源的版本控制工具. GIT相比传统的版本控制工具最大的优点是实现了分布式项目管理,开发者可以在本地做版本控制,极大的提高了开发人员在项目实施过程中的自由度. GIT的分支功能同样强大.使用传统的版本控制工具,对于已经上线的项目的维护和项目新阶段的开发两个过程间的同步是非常让人头痛的事情,而GIT的分支可以很好的解决这个问题. 为了保证项目的顺利实施,使用GIT可以

percona innobackupex 遇到 connect to MySQL server as DBD::mysql module is not installed 问题

percona innobackupex connect to MySQL server as DBD::mysql module is not installed [[email protected] software]# innobackupex --user=root --password=123456 /data/backup/ InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy and Pe

Xamarin Studio - Could not connect to the debugger

My Xamarin iOS app will build successfully, however, during launch it will flash a black screen and immediately return to my phones home screen exiting my app without an error. Upon reviewing Xamarin Studio, the status appears at top: Waiting for deb

[TFS4]TFS git地址,分支概念

1)上传本地代码到TFS a.Generate Git Credentials,即创建git账户密码 b)上传本地代码 git add *git commit -m "纳入管理" git remote add origin https://qiongyan2.visualstudio.com/_git/BeibeiCore2git push -u origin --all{{-u参考链接:https://www.zhihu.com/question/20019419/answer/83

visual studio 2012如何彻底删除TFS上的团队项目

http://www.cnblogs.com/zfanlong1314/p/3378441.html 本人的TFS地址:https://zfanlong1314.visualstudio.com/ 最近在进行TFS的测试,在TFS服务器上建立了很多项目,发现在Team Explorer中,只能移除团队项目,这种移除,只是将项目从当前Team Explorer项目列表中删除,下一次Connect到TFS服务器时,或者刷新一下,就会看到项目依然存在.最后发现,必须使用命令行的方式来删除项目,具体使用

TFS 2015(Visual Studio Team Foundation Server)的下载和安装

微软现在所有Visual Studio相关的下载到www.visualstudio.com网站下载是非常方便的 下载地址: 下载ISO版本后,进行安装,由于10-20人的小团队,不需要SharePoint所以就安装[基本服务器]版本 点击下一步 勾选试用(请支持正版),点击下一步 由于本次主要数据库选择了阿里云的RDS,而阿里云的SQL Server只有2008 R2版本而且太贵,所以就选择安装一个Express版本 由于本次发布主要采用WebDeploy,而且以前也没使用过TFS的发布,不是很

Git for Android Studio 学习笔记

http://learngitbranching.js.org/ 一个特别好的git学习教程 创建一个project,然后导入github

禁止Visual Studio启动时自动连接TFS服务器

在默认设置情况下,Visual Studio启动时,会自动连接上次打开过的TFS服务器.这种设计能够提高开发人员的工作效率,避免每次手动连接TFS服务器. 但是在某些情景中,也会给人造成不必要的麻烦,例如开发人员的计算机不能连接到TFS服务器,而VS则去自动连接,造成VS卡机. 开发人员可以利用下面的设置禁止VS自动连接TFS: 1. 在安装了VS的计算机上使用管理员身份打开注册表Regedit.exe 2. 导航的Visual Studio安装的目录,例如我的版本是VS 2015,注册表路径