[Solved] fatal: Could not read from remote repository with Git
If you receive the following error when trying to clone a Git repository: fatal: Could not read from remote repository. The full message may look something like this: $ git clone [email protected]:org/repo.git Cloning into 'repo'... Bad owner or permissions on /Users/ao/.ssh/config fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. How to solve this error ssh-add ~/.ssh/id_rsa where id_rsa is a ssh key associated with the repo....