SWMFsoftware / BATSRUS

Other
5 stars 1 forks source link

Cannot install #2

Closed sumseq closed 5 days ago

sumseq commented 5 days ago

I am trying to install BATSRUS and I have downloaded the "gitclone" script.

However, I get:

~/Desktop $ ./gitclone BATSRUS
git clone git@github.com:SWMFsoftware/BATSRUS --depth 1 --no-single-branch
Cloning into 'BATSRUS'...
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.

 ~/Desktop $ ./gitclone SWMF
git clone git@github.com:SWMFsoftware/SWMF --depth 1 --no-single-branch
Cloning into 'SWMF'...
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.
sumseq commented 5 days ago

Never mind - I didn't realize I had to submit my public key to github first. It is working now.