BIC-MNI / minc-toolkit-v2

Version 2 of the minc-toolkit, uses tools based on ITK version 4.x
GNU General Public License v3.0
49 stars 21 forks source link

Installation from github - Permission denied (publickey) #98

Closed ekuama closed 4 years ago

ekuama commented 4 years ago

sudo git clone --recursive --branch release-1.9.17 git@github.com:BIC-MNI/minc-toolkit-v2.git minc-toolkit-v2 Cloning into 'minc-toolkit-v2'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

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

gdevenyi commented 4 years ago

Your SSH keys are not properly setup for Github, use HTTPS: git clone --recursive --branch release-1.9.17 https://github.com/BIC-MNI/minc-toolkit-v2.git

Second, there is absolutely no need to use sudo with git.