Hi

I have recently copy and pasted my github directory from my old PC to a new
PC. I can update the github still fine, but bioconductor I get an error:

christopher@RA-MAP:~/M3C$ git remote -v
origin    https://github.com/crj32/M3C (fetch)
origin    https://github.com/crj32/M3C (push)
upstream    g...@git.bioconductor.org:packages/M3C.git (fetch)
upstream    g...@git.bioconductor.org:packages/M3C.git (push)

...... the usual commands

christopher@RA-MAP:~/M3C$ git push origin master
Username for 'https://github.com': crj32
Password for 'https://cr...@github.com':
Everything up-to-date

christopher@RA-MAP:~/M3C$ git push upstream master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

I guessed this was to do with the ssh key not being update to date with the
one from the new PC. So I followed the directions on this site and got my
local ssh key, added it to the github, then sent the ssh key off to the
bioconductor through the google forms page. Still no luck, same error. Was
this the correct thing to do?

https://bioconductor.org/developers/how-to/git/maintain-github-bioc/

Thanks,

Chris

        [[alternative HTML version deleted]]

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

Reply via email to