Installation of source code
Hi,
I am trying to clone the git, using the command "git clone <email address hidden>
When I run this command I am getting message saying:
"<email address hidden>: Permission denied (publickey, keyboard-
fatal: Could not read from remote repository
Please make sure you have the correct access rights and the repository exists."
How can I solve this problem. I want download the source, since it want to modify the code to be suitable for me simulation before I run the code.
Best,
Mithu
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Yade Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Jan Stránský
- Solved:
- 2021-01-15
- Last query:
- 2021-01-15
- Last reply:
- 2020-12-06
Robert Caulk (rcaulk) said : | #1 |
Try
git clone https:/
> since it want to modify the code to be suitable for me simulation before I run the code
I hope it is clear that the typical usage of Yade does not involve modifying the source code. Everything can be controlled through the Python interface. Thus sudo apt-get install yade is the preferred method of installation unless you need to develop an entirely new contact law or add-on package.
Cheers,
Robert
Hi,
I need to develop an entirely new contact law and also add-on packages as well.
Best,
Mithu
|
#3 |
Hello,
Option 1)
https:/
this will download the current source code (not sure if git history / repository is included or not)
Option 2)
Do you use gitlab only for Yade?
Do you clone other gitlab repositories without problems?
Did you add your ssh key to your gitlab account?
...?
I suggest to contact gitlab support, if no advice is successful from here.
cheers
Jan
Thanks Jan Stránský, that solved my question.