<@U06H50VMDPU> I am facing issue in pushing git re...
# chipignite
d
@Anton Maurovic (efabless support) I am facing issue in pushing git repo, it return error saying
Copy code
git push -f -u ef-repo main
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.
there is any additional access right checks are add? previously it use to work for me.
m
Are you sure you have the ssh key setup correctly?
d
yes, I did tried updating ssh key also not helped, I am able upload to my github.com repo, but not to efabless repo.
m
Looks like an issue from our end, we're working on it
👍 1
a
I apologize for the inconvenience
x
is there any update to this? i run into the same issue and want to make sure i'm not making any mistake on my end
a
Hi @Xiaochen Ni, there have been a few different issues. Can you tell me whether your repo as it appears on repositories.efabless.com : 1. is currently completely empty (0 commits); 2. OR has a single commit with the message `Added the README and cover image`; 3. OR has other commits in it? If it is 1 you should do this:
Copy code
git remote add ef-repo <ssh://git@repositories.efabless.com/YOUR_REPO_URL_GOES_HERE>  # <== update this!!
git push -u ef-repo main
If it is 2 you should do this:
Copy code
git remote add ef-repo <ssh://git@repositories.efabless.com/YOUR_REPO_URL_GOES_HERE>  # <== update this!!
git push -u ef-repo main --force  # <== note extra --force option
If it is 3 you should try just pushing to our server normally, assuming your local repo already has successfully pushed to us on at least one occasion in the past.
One of the issues has been the server presenting operational errors during a push, and hopefully this is now resolved. The other issues are related to a change in how the repos are initialized from now on, and we've revised the instructions for how to do this correctly. Again, I apologize for any inconvenience.
@Dinesh A, the above might help you also.
d
@Anton Maurovic (efabless support) Still i am not able upload my repo, facing same error. Do i need to create new efablee Repo try it ?
m
@Dinesh A what’s the error?
d
Git repo access error
Copy code
git push -f -u ef-repo main
<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.
m
@Dinesh A can you try again and let me know if it works?
d
Yes, now i am able to upload it.
👍 1
can you share the previous tapeout failure logs?
m
@Anton Maurovic (efabless support) @omla ^^
Actually, @Dinesh A can you try to request the logs?
@Dinesh A By the way, the fom density failure you had in the previous tapeout job was okay to waiver, we have a more aggressive check than the boundary, and you were failing our aggressive check but would've passed the foundry's check.