Command line 什么会导致签入前触发器[需要注释]失败,即使在I';我留下评论?

Command line 什么会导致签入前触发器[需要注释]失败,即使在I';我留下评论?,command-line,merge,comments,plasticscm,Command Line,Merge,Comments,Plasticscm,所以,我正在执行这个命令: cm ci -c="Merge child branch" 下面是回应: The selected items are about to be checked in. Please wait ... WARNING: the secure connection hostname provided in the server certificate doesn't match the server's hostname. This means that the c

所以,我正在执行这个命令:

cm ci -c="Merge child branch"
下面是回应:

The selected items are about to be checked in. Please wait ...
WARNING: the secure connection hostname provided in the server 
certificate doesn't match the server's hostname. This means that the 
certificate was not issued to this hostname or that there is a network 
configuration problem with this host.

- Certificate hostname: CN=ip-<obfuscated>
- Server hostname: CN=<obfuscated>

If you want to continue connecting to this host, choose 'Yes'. The certificate 
  validation will continue (not recommended).
If you want to abandon the connection, choose 'No' (recommended).

Choose an option (Y)es, (N)o (hitting Enter selects 'No'): y

The server you are connecting to has sent a certificate that is not in the 
store. This is normal if it is the first time that you connect to this server.

Certificate details: 
- Issued to: CN=ip-<obfuscated>
- Issued by: CN=ip-<obfuscated>
- Expiration date: 6/30/2023 6:15:40 AM
- Certificate hash:<obfuscated>

If you trust this host, choose 'Yes' to add the key to Plastic SCM's key store 
  (recommended if it is the first time you connect to this server).
If you want to carry on connecting just once, without adding the key to the 
  store, choose 'No'.
If you do not trust this host, choose 'Cancel' to abandon the connection.


Choose an option (Y)es, (N)o, (C)ancel (hitting Enter cancels): y
Assembling checkin data
Validating checkin data
Uploading file data
Confirming checkin operation
The trigger before-checkin [Comment Required] failed. .
但是,我想我是在添加评论。我不认为这是语法错误。我应该从哪里开始调试这个问题

顺便说一句,GUI中也会出现相同的“需要注释”错误,尽管我在注释框中明显有注释:


我连接的Plastic服务器服务已关闭。简而言之,我应该做的第一件事就是联系服务器管理员


自我提醒:不要总是认为堆栈溢出是解决问题的唯一最佳方法。

我连接的Plastic server服务已关闭。简而言之,我应该做的第一件事就是联系服务器管理员


自我提醒:不要总是认为堆栈溢出是解决问题的唯一最佳方法。

最有可能的是,触发器返回值不正确,并且没有返回正确的值,这会使您认为触发器失败。你认为有可能吗?@pablo:假设不错,但我没有对我的触发器做任何操作,它在以前的提交中工作得很好。很可能你的触发器返回值不正确,并且没有返回正确的值,这让我觉得触发器失败了。你认为有可能吗?@pablo:假设很好,但我没有对我的触发器做任何操作,它在以前的提交中工作得很好。Micah,如果塑料服务器关闭,我几乎可以肯定它不会回答“触发器失败”。这是我从管理员那里得到的答案:“再试一次,服务关闭了。”我没有问到底是什么意思"服务中断,;“它可能是任何东西。我只是很高兴它能工作,并感谢你的有益建议。迈卡,如果塑料服务器坏了,我几乎可以肯定它不会回答“触发器失败”。这是我从管理员那里得到的回答:“再试一次,服务坏了。”我没有问“服务坏了”到底是什么意思;“它可能是任何东西。我很高兴它能起作用,并感谢你提供的有益建议。
The trigger before-checkin [Comment Required] failed. .