[Bioc-devel] Fetuching Upstream Permission Denied
Dario Strbenac
dstr7320 at uni.sydney.edu.au
Thu Oct 12 02:00:02 CEST 2017
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 git at 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
More information about the Bioc-devel
mailing list