I am cloning a private repo from into an AWS box to make it ready for production.
git clone https://github.com/org_name/project_name.git
It returns me this error:
Initialized empty Git repository in /home/pgupta/project-annie/.git/
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/org_name/project_name.git.git/info/refs
fatal: HTTP request failed
I am not sure what is going wrong here.