Github Cloning

Discussion about coding and new developments
Post Reply
diracdyson
Posts: 1
Joined: 10 Jan 2024, 23:17
Antispam: Yes

Github Cloning

Post by diracdyson »

Since the Elmer tutorials are public I thought I would be able to clone the GitHub repo for example using the terminal command has never given me issues but when using the command:
'git clone https://github.com/ElmerCSC/elmer-elmag ... CoilQuench'

I receive the error
'Cloning into 'SuperconductingCoilQuench'...
fatal: repository 'https://github.com/ElmerCSC/elmer-elmag ... oilQuench/' not found'

Is it possible the admins of the repo have some security setting or is this due to my local device GitHub account configuration? Has anyone else been able to git clone the Elmer repos( I am able to clone my owns repos, I disconnected my GitHub and reconnected and still unable to clone the Elmer tutorials) ? Thank you for your time and help.
kevinarden
Posts: 2313
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: Github Cloning

Post by kevinarden »

https://github.com/ElmerCSC/elmer-elmag ... CoilQuench

is not a repository

https://github.com/ElmerCSC/elmer-elmag

is a repository

git clone https://github.com/ElmerCSC/elmer-elmag

you get all of the sub-folders but you can delete what you do not want
Post Reply