For this question, you could 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
this would help you to go inside remote repo and allow you to read from the remote repository.
For complete understanding of git here is the tutorial which helps you: