Skip to content
Discussion options

You must be logged in to vote

Update / Lösung

Vielen Dank für die Hinweise – ich konnte das Problem inzwischen lösen.
Die Ursache war letztlich eine Kombination aus zwei Dingen:

Falsche Commit-E-Mail-Adresse

Meine lokale Git-Konfiguration verwendete eine E-Mail-Adresse, die sich minimal von der bei GitHub hinterlegten Adresse unterschied. Dadurch konnte GitHub die Commits meinem Profil nicht korrekt zuordnen.

Ich habe die E-Mail lokal korrigiert:

Bereits existierende Commits hatten noch die alte E-Mail

Nachdem ich die E-Mail korrigiert hatte, musste ich den letzten Commit neu schreiben, damit die neue Adresse übernommen wird:

git commit --amend --reset-author --no-edit

Push wurde zunächst abgelehnt (non-fast-forward)

D…

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Uffi115
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question Ask and answer questions about GitHub features and usage
4 participants