zoukankan      html  css  js  c++  java
  • windows 命令行报错:file(s) not in client view

    今天在执行p4 sync命令时报错:File(s) not in client view,查找后发现其实是未连接上p4服务器。需要重新设置P4PORT=服务器地址  即可解决(参考链接:https://perforce-user.perforce.narkive.com/0OHoquWw/p4-need-newbie-help-for-file-s-not-on-client)。

    后来在另一台电脑遇到问题: file(s) not in client view,也通过设置P4PORT解决。

      1)、如遇到如下问题:

        C:Usersadmin>p4 set P4PORT=<这里是服务器地址>

        Perforce client warning:

            Warning: environment variable hides registry definition of P4PORT

        以上问题可按照如下方式解决:

          C:Usersadmin>set P4PORT=

          C:Usersadmin>p4 set P4PORT=<这里是服务器地址>

          OK.

      2)、若遇到如下问题:

       C:Usersadmin>p4 sync

       Client 'admin' unknow - use 'client' command to create it.

       遇到上述问题提示用命令: p4 clients -u $P4USER 用来设置环境变量的client

  • 相关阅读:
    安装RabbitMQ说明
    死锁
    管程
    MybatisPlus快速开发
    了解Mybatis-Plus
    查看监听器状态
    The command supports no service 解决办法
    任务11 Arduino光照报警器
    任务10 测试光的强度实验
    任务9 Arduino光敏实验
  • 原文地址:https://www.cnblogs.com/VinceLiu/p/10380582.html
Copyright © 2011-2022 走看看