Hello everyone,
I am trying to integrate the MILADY machine learning(ML) potential library into my existing LAMMPS installation following the instructions on the MILADY Itegration of MILADY to your existing Lammps installation . The page states that the MILADY LAMMPS repository is private and that access is granted after emailing the developers with the GitHub account to be whitelisted.
I sent the request two days ago using my GitHub email ([email protected]), but I have not received a reply yet. When I try to clone the repository using the command provided in the documentation git clone --recursive [email protected]:mcmarinica/milady_lammps.git I received the following error
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Any guidance from the developers or users who recently installed MILADY would be greatly appreciated. thank you very much
Irslan Ullah Ashraf
Hi @Irslan_Ullah_Ashraf,
This is a question that only the developers of the MILADY potential can help you with. You can try to contact them directly.
The LAMMPS team is not in charge in managing the related github account.
1 Like
Have you configured your GitHub account so that you can use the ssh protocol?
I.e. can you clone a public repo like the LAMMPS repo with
git clone --depth 100 -b release [email protected]:lammps/lammps.git lammps-clone-test
Or do you have to use the https:// protocol?
git clone --depth 100 -b release https://github.com/lammps/lammps.git lammps-clone-test
As @Germain already stated, this is a project that is independent from LAMMPS so we don’t know anything about it and its developers do not coordinate their efforts with us.
You have to have more patience. I don’t know where the developers of this package are located, but if it is in the US, please keep in mind that it is now “spring break season” (Temple has its spring break this week) and thus people may not be as responsive as at other times.
1 Like