travis-ci / travis.rb

Travis CI Client (CLI and Ruby library)
MIT License
1.59k stars 409 forks source link

logging in via travis-ci.org failed. #822

Open gspeiliu opened 2 years ago

gspeiliu commented 2 years ago

When I try to login with the command:

travis login --github-token my-token xxxxxxx has not granted Travis CI the required permissions. Please try re-syncing your user data at https://travis-ci.org/account/preferences and try logging in via travis-ci.org

I am trying to generate token for an open-source project on travis-ci.org according to https://developer.travis-ci.com/authentication. However, I cannot login to the site travis-ci.org. Is this site still available? How can I generate token for open-source projects on the travis-ci.org (the ceased site)? I can generate token successfully with the command travis login --pro --github-token my-github-token.

sungengyi commented 1 year ago

Same issue