Skip to content

[Bioc-devel] TADCompare, permissions denied

3 messages · Mikhail Dozmorov, Shepherd, Lori

#
I'm trying to push fixes for
https://master.bioconductor.org/checkResults/3.19/bioc-LATEST/TADCompare/nebbiolo1-buildsrc.html.
git remote -v
bioc    git at git.bioconductor.org:packages/TADCompare.git (fetch)
bioc    git at git.bioconductor.org:packages/TADCompare.git (push)

E.g., for git fetch --all, I'm getting
git at git.bioconductor.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Please, help
#
Everything looks correct on our configuration.  You might need to add a new ssh key to your BiocCredentials account.  Or since there are multiple keys on your account already, explicitly state the correct ssh key you would like to use .



Lori Shepherd - Kern

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263
#
Thank you, solved. Another reminder that Docker containers don't have
access to the ~/.ssh folder. Pushing from the local terminal after
debugging in a container helps.

Thanks,
Mikhail

On Wed, Feb 28, 2024 at 8:42?AM Kern, Lori <Lori.Shepherd at roswellpark.org>
wrote: