templateflow / python-manager

A toolbox to upload and update the TemplateFlow repository
Apache License 2.0
1 stars 2 forks source link

credential error during `dl.create_sibling_github`? #7

Open feilong opened 1 year ago

feilong commented 1 year ago

My uploading process crashed during this dl.create_sibling_github command: https://github.com/templateflow/python-manager/blob/master/tfmanager/cli.py#L260-L267

For some reason the traditional github_login option keeps causing credential error, and I need to change it to credential and use a token to fix it. I think it might be because the traditional ssh option is obsolete for github and/or datalad?

oesteban commented 7 months ago

@feilong you are right. We need to revise this, and we probably want to drop the ssh option.

I hit these issues when addressing #10

feilong commented 7 months ago

Makes sense to me.