2017-08-23 2 views
-5
Counting objects: 26, done. 
Delta compression using up to 4 threads. 
Compressing objects: 100% (21/21), done. 
Writing objects: 100% (26/26), 12.03 KiB | 0 bytes/s, done. 
Total 26 (delta 16), reused 3 (delta 1) 
remote: 
remote: One of your commit messages is missing an issue ID: 
remote: 
remote: 13f7efa: RED-fleet-integration implement new jfa schema 
remote: 
remote: For more information, see https://confluence.atlassian.com/x/ZwjoE. 
remote: 
To [email protected]:mba-rb/redbook.git 
! [remote rejected] RED-fleet-integration -> RED-fleet-integration (pre-receive hook declined) 
error: failed to push some refs to '[email protected]:mba-rb/redbook.git' 
+3

エラーを読み取ってくださいか? 'コミットメッセージの1つに問題IDがありません。 ' – nondestructive

+0

'コミットメッセージの1つに問題IDがありません。' gitに相対的ではないインターン問題と思われます – NotBad4U

+0

なぜ人々は質問を投票していません。彼がすべてを知っているなら、なぜ人々はコミュニティを使うべきですか? –

答えて

0

gitリポジトリにはいくつかの問題が割り当てられています。 コードをプッシュするときは、コミットメッセージにIssue Idを追加してください。同様:

Issue Id: 3 

あなたのコミットメッセージは次のとおりです。

commit xyz 

そして、最終的なコミットメッセージは次のようになります。

#3 commit xyz 

または

commit xyz #3 

または

commit #3 xyz 
関連する問題