I am getting this error while running this project
We have already setup the deploy key in git and CircleCI and we are able to checkout the code.
We are passing two repositories in requirement.txt . while cloning these repository I am getting the following error:
Running command git clone -q 'ssh://@github.com//’ /opt/venv/src/****
Warning: Permanently added the RSA host key for IP address ‘140.82.113.3’ to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.