Hello,
I submitted my package to Bioconductor yesterday. I had an error to fix,
once fixed I wanted to push the updated package to g...@git.bioconductor.org:
packages/famat.

So i used these command lines (which both worked) :
- git remote add upstream g...@git.bioconductor.org:packages/famat.git
- git remote -v
origin  https://github.com/emiliesecherre/famat (fetch)           origin
https://github.com/emiliesecherre/famat (push)           upstream
g...@git.bioconductor.org:packages/famat.git (fetch)     upstream
g...@git.bioconductor.org:packages/famat.git (push)

Though, when i use git fetch --all i get this :
Fetching upstream
                              The authenticity of host 'git.bioconductor.org
(34.192.48.227)' can't be established.

ECDSA key fingerprint is
SHA256:nXILc5fVCnDfOID8HgPi+mSufGtr2JMYgnRa1JAQj/Q.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
        Warning: Permanently added 'git.bioconductor.org,34.192.48.227'
(ECDSA) to the list of known hosts.
                            g...@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.
error: Could not fetch upstream

How can I access to this repository ?
Thanks in advance for answers,
Emilie

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to