git: fatal: Could not read from remote repository

You can specify the username that SSH should send to the remote system as part of your remote’s URL. Put the username, followed by an @, before the remote hostname.

git remote set-url website abc@***.com:path/to/repo

Leave a Comment