重装系统后TFS团队资源浏览器中文档和报告打叉

来源:互联网 发布:eva结局 知乎 编辑:程序博客网 时间:2024/09/21 09:20

开始以为是登录TFS的用户名权限不够

后来用管理员登录也不能正常读取这两个文件夹

查阅资料后发现是TFS服务器的机器名没有正确解析,虽然链接服务器时输入的是ip地址,但是看来在内部某些地方依然是读取服务器名的机制。

这样的话在 windows/system32/drivers/etc/hosts 下加入一条dns解析就可以解决问题了。
 
 

# Copyright (c) 1993-2009 Microsoft Corp.## This is a sample HOSTS file used by Microsoft TCP/IP for Windows.## This file contains the mappings of IP addresses to host names. Each# entry should be kept on an individual line. The IP address should# be placed in the first column followed by the corresponding host name.# The IP address and the host name should be separated by at least one# space.## Additionally, comments (such as these) may be inserted on individual# lines or following the machine name denoted by a '#' symbol.## For example:##      102.54.94.97     rhino.acme.com          # source server#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.# 127.0.0.1       localhost# ::1             localhost 服务器ip 服务器名