-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
@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 ([email protected]:openPMD/openPMD-example-datasets.git
) are both for read and possible write-access remote
s.