#Team Explorer Everywhere
https://www.microsoft.com/en-us/search/result.aspx?q=team+explorer+everywhere&Preview=1
之前使用Eclipse,鏈接TFS使用這個工具很不錯java
#jetbrains自帶的TFS管理
jetbrain內置的TFS鏈接比較弱,沒有Explorer的功能,查看整個項目的簽入狀況
最坑的問題是若是操做不慎,還連不上。
問題描述:
新安裝的centos,若是沒有修改主機名,使用idea能夠鏈接TFS
若是安裝時修改了主機名,那就鏈接不上TFS
使用若是本身修改了主機名/etc/hostname文件,也不行
通過抓包和系列的分析,最終確認,是/etc/hostname和/etc/hosts必須配置一致
如hostname是demo,那在hosts中必須有127.0.0.1 設置爲demo的配置git
#/etc/hostname和/etc/hosts的區別
http://blog.csdn.net/dba_waterbin/article/details/7986363github
#Visual Studio Team Services Plugin
TFS新的版本【2015和之後版本】使用Team Services了,能夠查看這裏,這個支持git了
http://java.visualstudio.com/Docs/tools/intro
http://java.visualstudio.com/Docs/tools/intelliJ
TF command line tool 能夠從這下載 https://github.com/Microsoft/team-explorer-everywhere/releases,要求TFS是2015及以上版本centos