github-labels icon indicating copy to clipboard operation
github-labels copied to clipboard

Authentication doesn't work

Open midenok opened this issue 6 years ago • 5 comments

>> No permission, enter your username and password:
[?] username: midenok
[?] password: ***
Token created!
>> Authorize error

midenok avatar Nov 11 '17 09:11 midenok

I have the same issue. Try generate a personal access token and use labels -c my.json -f username/repo -t token

It works for me.

NoobTW avatar Dec 12 '17 03:12 NoobTW

Tried and Not working for me :/

cabaalexander avatar Jan 24 '18 18:01 cabaalexander

+1 Works for me as well, thanks @NoobTW. I would like to suggest making authentication through a personal access token the default (or even - the only) option. Much safer than providing username/password to a script.

hanssens avatar Mar 29 '18 13:03 hanssens

I have the same issue. Try generate a personal access token and use labels -c my.json -f username/repo -t token

It works for me.

This worked for me as well after creating a token and using that. However, the -f option is not necessary if you don't want to delete all current labels.

exoticDFT avatar Jul 08 '19 21:07 exoticDFT

Wasn't working for me, fixed in https://github.com/popomore/github-labels/pull/37

rocketraman avatar Feb 24 '22 20:02 rocketraman