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?
Emilio Baungarten
11/03/2023, 5:11 PM
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
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.