I tried doing git pull --rebase
and I am getting the following error:
ssh: Could not resolve hostname git: nodename nor servname provided, or not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I tried doing git remote -v
and the origin is properly listed.
How can I fix this error?