Good day,

I have submitted my public key a couple of months ago and am now trying to do 
some maintenance.

The code I used is:

git clone https://github.com/DarioS/ClassifyR.git
cd ClassifyR
git remote add upstream g...@git.bioconductor.org:packages/ClassifyR.git
git config core.sshCommand "ssh -i ~/SSHkeys/digiOcean"
git checkout master
git fetch upstream

but I get an error.

Permission denied (publickey).
fatal: Could not read from remote repository.

The key has the appropriate permissions.

$ ls -l ~/SSHkeys/digiOcean
-rw------- 1 dario dario 1675 Aug  5  2015 /home/dario/SSHkeys/digiOcean

Copying the private key to ~/.ssh/ does not help. How can I do it?

--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to