I encounter en error when executing the command git submodule update --init --recursive after cloning this repository. It seems that i have no access right to connect to the github.umn.edu (134.84.231.82) server. Please see the output below:
Submodule 'app-track_aLIC' (git@github.umn.edu:HarelLab/app-track_aLIC.git) registered for path 'app-track_aLIC'
Cloning into '/home/ps/Documents/Toolbox/alic_tractography/app-track_aLIC'...
The authenticity of host 'github.umn.edu (134.84.231.82)' can't be established.
ECDSA key fingerprint is SHA256:Z6naN7OE30CIC0OnxBdRR3moc6o7HMxtjJiscnB4eFw.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.umn.edu,134.84.231.82' (ECDSA) to the list of known hosts.
git@github.umn.edu: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.umn.edu:HarelLab/app-track_aLIC.git' into submodule path '/home/ps/Documents/Toolbox/alic_tractography/app-track_aLIC' failed
Failed to clone 'app-track_aLIC'. Retry scheduled
Cloning into '/home/ps/Documents/Toolbox/alic_tractography/app-track_aLIC'...
git@github.umn.edu: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.umn.edu:HarelLab/app-track_aLIC.git' into submodule path '/home/ps/Documents/Toolbox/alic_tractography/app-track_aLIC' failed
Failed to clone 'app-track_aLIC' a second time, aborting
We just switched the remote URL to our public fork of app-track_aLIC ( f15723510ec28e277286eaa5048a7234e37771b1 ). Sorry for the mistake; give it a try now!
Hello developers,
I encounter en error when executing the command
git submodule update --init --recursive
after cloning this repository. It seems that i have no access right to connect to the github.umn.edu (134.84.231.82) server. Please see the output below:Submodule 'app-track_aLIC' (git@github.umn.edu:HarelLab/app-track_aLIC.git) registered for path 'app-track_aLIC' Cloning into '/home/ps/Documents/Toolbox/alic_tractography/app-track_aLIC'... The authenticity of host 'github.umn.edu (134.84.231.82)' can't be established. ECDSA key fingerprint is SHA256:Z6naN7OE30CIC0OnxBdRR3moc6o7HMxtjJiscnB4eFw. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'github.umn.edu,134.84.231.82' (ECDSA) to the list of known hosts. git@github.umn.edu: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.umn.edu:HarelLab/app-track_aLIC.git' into submodule path '/home/ps/Documents/Toolbox/alic_tractography/app-track_aLIC' failed Failed to clone 'app-track_aLIC'. Retry scheduled Cloning into '/home/ps/Documents/Toolbox/alic_tractography/app-track_aLIC'... git@github.umn.edu: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.umn.edu:HarelLab/app-track_aLIC.git' into submodule path '/home/ps/Documents/Toolbox/alic_tractography/app-track_aLIC' failed Failed to clone 'app-track_aLIC' a second time, aborting
Best regards,
Zhengyu