Skip to main content

git error: repository not found

Following error messages:

ERROR: Repository not found.
fatal: Konnte nicht vom Remote-Repository lesen.

Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen
und das Repository existiert.

Change config:

vim .git/config

Replace:

url = git@github.com:USER/REPO.git

with:

url = https://github.com/USER/REPO.git