openPMD / openPMD-example-datasets

:gift: HDF5 Example Files
Creative Commons Zero v1.0 Universal
8 stars 4 forks source link

Anonymous Cloning (Git lfs) #7

Open ax3l opened 8 years ago

ax3l commented 8 years ago

@RemiLehe we actually found the problem we previously had with git lfs and the need to "enter your github credentials".

There is a specific syntax for anonymous, read-only access that is also useful for people not having a github account: git://github.com/openPMD/openPMD-example-datasets.git.

The https syntax (https://github.com/openPMD/openPMD-example-datasets.git) and the ssh syntax (git@github.com:openPMD/openPMD-example-datasets.git) are both for read and possible write-access remotes.