datalad / datalad-osf

DataLad extension to interface with the Open Science Framework
Other
14 stars 12 forks source link

(error): [unauthorized: Bad credentials] when trying to create github sibling #200

Closed hvgazula closed 6 months ago

hvgazula commented 6 months ago

Hello! I've been trying to create a github sibling following tutorial 3 using

datalad create-sibling-github test \
  -s github \
  --credential hvgazula \
  --publish-depends osf-annex2-storage

but I keep running into the following error

(error): [unauthorized: Bad credentials]

I also tried

datalad create-sibling-github test \
  -s github \
  --github-login hvgazula \
  --publish-depends osf-annex2-storage

Please advise.