- If you get any errors while pushing, click here:
+ Solltest du auf irgendwelche Fehler beim Pushen stoßen, drücke hier:
-- ### Authentication Error
+- ### Authentifizierungs Fehler
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com//first-contributions.git/'
- Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account.
-
- Also, you might want to run 'git remote -v' to check your remote address.
+ Gehe zu [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst.
+ Außerdem, kannst du 'git remote -v' ausführen um deine Remote Addresse anzuzeigen.
- If it looks anything like this:
+ Wenn es so aussieht:
origin https://github.com/your-username/your_repo.git (fetch)
origin https://github.com/your-username/your_repo.git (push)
- change it using this command:
+ ändere es mit diesem Befehl:
```bash
- git remote set-url origin git@github.com:your-username/your_repo.git
+ git remote set-url origin git@github.com:dein-nutzername/dein_repo.git
```
- Otherwise you'll still get prompted for username and password and get authentication error.
+ Ansonsten wirst du noch immer aufgefordert Passwort und Benutzername einzugeben und bekommst einen Authentifizierungs Fehler.
-## Submit your changes for review
+## Reiche deine Änderungen für ein Review ein
-If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button.
+Wenn du jetzt zu deinem Repository auf Github gehts, wirst du einen `Compare & pull request` Knopf sehen. Drücke diesen Knopf.
-