Proxy URL 'incache…com:8080' does not contain a valid hostname

Answered Proxy URL 'incache…com:8080' does not contain a valid hostname

  • 2012년 3월 19일 월요일 오후 12:54
     
      코드 있음

    I'm trying to get TFS working with TEE on our RedHat box.

    Any action seems to end with something like this:

    user@rh: tf status -profile:TFS1_PRF_C Password: An error occurred: Proxy URL 'incache.domain.com:8080' does not contain a valid hostname. user@rh: tf -map $/XX/XX . -workspace:app-job -server:http://tfs.domain.com:8080/tfs/ -profile:TFS1_PRF_C Password: An error occurred: Proxy URL 'incache.domain.com:8080' does not contain a valid hostname.

    Could someone help with that?

    EDIT:

    I've found that exactly the same commands works on different server (where I just scp -r whole TEE directory from 'failing' server):

    user@rh2:/home/user/TEE$ export PATH=$PATH:/opt/java/bin:$PWD
    user@rh2:/home/user/TEE$ export JAVA_HOME=/opt/java
    user@rh2:/home/user/TEE$ tf workspaces -format:brief -server:http://tfs.domain.com:8080/tfs -login:user@DOM -computer:rh1
    Password:
    Collection: http://tfs.domain.com:8080/tfs
    Workspace       Owner       Computer Comment
    --------------- ----------- -------- ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    RH1-WS1 user@DOM rh1
    RH1-WS2 user@DOM rh1


    Even when I delete ~/.microsoft it this Proxy URL error occurs.

모든 응답

  • 2012년 3월 20일 화요일 오후 12:25
     
     답변됨
    unset HTTP_PROXY did the job.
    • 답변으로 표시됨 Patryk-COBA 2012년 3월 20일 화요일 오후 12:25
    •  
  • 2012년 3월 20일 화요일 오후 12:36
     
     

    That's nice ! Thank you sharing solution.

    best regards,


    Forrest Guo | MSDN Community Support | Feedback to us