Hi everyone. I'm trying to submit my project for ...
# generative-ai
e
Hi everyone. I'm trying to submit my project for the CSAW competition but i get the following errors when i try to push my project with
$ git push -u ef-repo main
but it fails with the following error:
Copy code
<mailto:git@repositories.efabless.com|git@repositories.efabless.com>: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
The SSH key has been added to efabless platform and the same SSH Authentication Keys is on my github account setting. So, I don't know what could be wrong, any idea?
The problems was due to SSH access i solved with: chmod 700 ~/.ssh chmod 600 ~/.ssh/id_rsa chmod 644 ~/.ssh/*.pub and the trying again with: git push -u ef-repo main
1