ruby on rails - remote: Repository not found after updating oauth token -


after updating github personal access token, use authenticate gem private repo, bundler keeps telling me:

remote: repository not found   fatal: repository 'https://my_oauth_token:x-oauth-basic@github.com/me/my_repo.git/' not found 

the gem specified in gemfile have done, commit ref , url (and branch).

i tried deleting bundler gem cache folder , gem folder. token authorising correctly (it gives 'invalid username' if not).

bundler latest version 1.11.2. bundle / bundle install / bundle update give same error

needed check scope on token authorise repo access.

i found message misleading :

"scopes limit access personal tokens. not grant additional permission beyond user has."


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -