jaabell / gmsh2opensees

http://www.joseabell.com
29 stars 7 forks source link

Cloning #2

Closed ZSN98 closed 1 year ago

ZSN98 commented 1 year ago

I am trying to clone "git clone git@github.com:jaabell/gmsh2opensees.git" as you described, but I keep getting permission denied.

jaabell commented 1 year ago

Hi, clone with HTTPS instead.

git clone https://github.com/jaabell/gmsh2opensees.git

I'm going to fix this instruction in the readme because regular users don't have write access to the repo, hence should clone using https and not git directly.

Thanks!