Github erlaubt keine Commits von mir selbst

  • Themenstarter Themenstarter Mart
  • Beginndatum Beginndatum
M

Mart

Gast
Ich habe ein Public repository wo nur ich drin bin es steht bei manage access "only you can push"

wenn ich in Eclipse mir das Repository runter lade mit meinem github account dann kriege ich es auch -> credentials funktionieren
wenn ich aber commit and push drücke und die credentials eingeben muss die ich exakt so wieder von firefox passwort manager raus kopiere -> "not authorized"

keine ahnung an was es liegt dass ich nicht auf meinem eigenen Repo authorisiert bin

die repository einstelllungen sind exakt dieselben wie wenn man es erstellt, nur halt dass der code oben ist und public ist
 
ja das ist eingestellt , wird sogar von eclipse selbst gemacht

habe jetzt einen access token erstellt und rechte gebaut, warum ich mich nicht über den account einloggen konnte verstehi ch zwar immer noch nicht

aber der token funktionioert wenigstens
 
Deswegen:
When you git clone, git fetch, git pull, or git push to a remote repository using HTTPS URLs on the command line, Git will ask for your GitHub username and password. When Git prompts you for your password, enter your personal access token (PAT) instead. Password-based authentication for Git has been removed, and using a PAT is more secure. For more information, see "Creating a personal access token."
 

Zurück
Oben