-
Notifications
You must be signed in to change notification settings - Fork 110
Hydra dependency will not install - git@github.com:akhti/hydra.git #5
Comments
@ivberg please pull and try again |
I am having similar issues. Ubuntu 20.04: Cloning into '/home/code/projects/rebel/third_party/pybind11'... Please make sure you have the correct access rights Please make sure you have the correct access rights |
@xgshark this is a different issue as you have error while cloning a public repo (pybind11). Does it work when you try to clone it separately?
If not, something is very peculiar with your git config |
@xgshark
|
This works for me |
Linux Ubuntu 20.04:
Please make sure you have the correct access rights
and the repository exists.
ERROR: Command errored out with exit status 128: git clone -q git@github.com:akhti/hydra.git /home/ivberg/GitRepos/rebel/src/hydra Check the logs for full command output.
Windows Win10 1809:
Obtaining hydra from git+git@github.com:akhti/hydra.git#egg=hydra (from -r requirements.txt (line 10))
DEPRECATION: This form of VCS requirement is being deprecated: git+git@github.com:akhti/hydra.git#egg=hydra. pip 21.0 will remove support for this functionality. A possible replacement is git+https://git@example.com/..., git+ssh://git@example.com/..., or the insecure git+git://git@example.com/.... You can find discussion regarding this at pypa/pip#7554.
Cloning git@github.com:akhti/hydra.git to .\src\hydra
Running command git clone -q git@github.com:akhti/hydra.git 'c:\src\rebel\src\hydra'
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
ERROR: Command errored out with exit status 128: git clone -q git@github.com:akhti/hydra.git 'c:\src\rebel\src\hydra' Check the logs for full command output.
The text was updated successfully, but these errors were encountered: