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
At the moment the dothub push --bulk mariocj89/* fails on users as it tries to hit http//api.github.com/orgs/mariocj89/repos instead of http//api.github.com/users/mariocj89/repos.
dothub should retrieve the repo list from the right url, detecting whether the owner is an org or an user.
The text was updated successfully, but these errors were encountered:
At the moment the
dothub push --bulk mariocj89/*
fails on users as it tries to hit http//api.github.com/orgs/mariocj89/repos instead of http//api.github.com/users/mariocj89/repos.dothub should retrieve the repo list from the right url, detecting whether the owner is an org or an user.
The text was updated successfully, but these errors were encountered: