SSh Key error private repository on github #431
-
1.- I created my copier template project on my desktop ~/project/doodba-virtual/ Whenever i try to get the repositories on my copier template doodba project i get error for ssh keys: My file on ~/project/doodba-virtual/odoo/custom/ssh/config: Host github.com When i do invoke git-aggregate: Warning: Permanently added the RSA host key for IP address '140.82.113.X' to the list of known hosts. Please make sure you have the correct access rights If i do the same with private repository on my own gitlab server tehere is no error but on github.com or gitlab.com get the same error, is something im missing? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Try run invoke img-build before invoke git-aggregate |
Beta Was this translation helpful? Give feedback.
-
Thank you andhit-r I found the answer: on my config file i had: IdentityFile /opt/odoo/custom/ssh/id_rsa I changed by IdentityFile ~/.ssh/id_rsa Then I run invoke img-build then invoke git-aggregate and and it worked |
Beta Was this translation helpful? Give feedback.
Thank you andhit-r I found the answer:
on my config file i had:
IdentityFile /opt/odoo/custom/ssh/id_rsa
I changed by
IdentityFile ~/.ssh/id_rsa
Then I run invoke img-build then invoke git-aggregate and and it worked