I'm trying to import my project code for readthedocs
so that it can generate a documentation for me. However, at the stage of cloning the repo, there is already an error:
checkout
-----
Failed to import project; skipping build.
Error
-----
Failed to get code from 'http://mydomain/myproject.git' (git clone): 128
That error code indicates, that the repository is private, and I cannot access it without logging in, unless I have my SSH key that enables a secure connection between my computer and the server. So I generated my key, then added it to my Deploy Keys in the project.
Any reason you can think of why I still cannot access the project's code?