1

だから、私はこのコマンドを実行しています:

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. .

特に、その最後の行:

The trigger before-checkin [Comment Required] failed. .

しかし、私はコメント追加していると思いました。構文エラーではないと思います。この問題のデバッグはどこから始めればよいですか?

ちなみに、コメント ボックスに明らかにコメントがあるにもかかわらず、GUI でも同じ「コメントが必要です」というエラーが発生します。

同じ

4

1 に答える 1

1

接続していた Plastic サーバー サービスがダウンしていました。要するに、私が最初にすべきだったのは、サーバー管理者に連絡することでした。

自分へのメモ: Stack Overflow が問題を解決する唯一の最善の方法であると常に考えないでください。

于 2013-10-06T05:03:39.343 に答える