2017-08-23 7 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

Haben Sie die Fehler gelesen? 'Eine Ihrer Commit-Nachrichten fehlt eine Issue-ID' – nondestructive

+0

' Eine Ihrer Commit-Nachrichten fehlt eine Issue ID' Scheint ein internes Problem zu sein, nicht relativ zu git – NotBad4U

+0

Warum Leute seine Frage abstimmen. Wenn er alles weiß, warum sollten Menschen dann Gemeinschaft benutzen? –

Antwort

0

Sie haben einige Probleme in Ihrem Git-Repository zugewiesen. Wenn Sie also den Code pushen möchten, fügen Sie in Ihrer Commit-Nachricht die Issue ID hinzu. Wie:

Issue Id: 3 

Ihre Commit-Nachricht ist:

commit xyz 

dann Ihr Abschluss Sollte Commit Nachricht sein:

#3 commit xyz 

oder

commit xyz #3 

oder

commit #3 xyz 
Verwandte Themen