You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 remotes.
The text was updated successfully, but these errors were encountered:
@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-accessremote
s.The text was updated successfully, but these errors were encountered: