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”的错误了,会弹出登陆密码输入框。

最新文章

  1. 初识Jsoup之解析HTML
  2. Delphi项目的构成
  3. virtualenv python虚拟环境搭建
  4. Jmeter介绍
  5. Linux 本地yum源搭建和网络yum源搭建
  6. Jquery操作下拉框(DropDownList)的取值赋值实现代码(王欢)
  7. 15个必知的Android开发者选项
  8. Javascript 函数和模块定义
  9. android studio 的部分设置
  10. UML学习-状态图
  11. Android内存管理
  12. Oracle 12c 安装问题及解决方案
  13. Retrieve OpenGL Context from Qt 5.5 on OSX
  14. Spring重温(三)--Spring依赖注入(DI)
  15. 字典Key值为变量
  16. zookeeper在dubbo中干什么
  17. spring的i o c简单回顾
  18. [Tensorflow] Object Detection API - prepare your training data
  19. 安卓模拟器错误 PANIC: Could not open
  20. mysql 自动执行事件

热门文章

  1. 使用mui框架打开页面的几种不同方式
  2. SQL SERVER2008 存储过程、表、视图、函数的权限
  3. MySQL学习笔记:case when
  4. sublime text配置make工具
  5. GridView练习题
  6. 解决Linux中文显示乱码的问题
  7. window服务器上搭建git服务,window server git!!!
  8. spring配置文件头部配置解析(applicationContext.xml)
  9. htm5本地存储方案——indexdb的封装
  10. 百度地图API--Key的获得