Questions tagged [personal-access-token]

74 questions
1532
votes
49 answers

Message "Support for password authentication was removed."

I got this error on my console when I tried to use git pull: remote: Support for password authentication was removed on August 13, 2021. remote: Please see…
Daemes
  • 14,239
  • 3
  • 6
  • 13
31
votes
6 answers

Support for password authentication was removed on August 13, 2021

Over a long period of time I am using tortoise git, today I am not able to use the tortoise git and getting the below error. git.exe pull --progress -v --no-rebase "origin" remote: Support for password authentication was removed on August 13, 2021.…
14
votes
8 answers

authentication was removed. Please use a personal access token instead

Error when trying to connect to GitHub: remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see…
7
votes
1 answer

How to add a github personal access token into windows credentials (windows 10)

How can i properly assign the new token to windows credential ? i did the same thing in macos : put the token in the keychain access and it works, no more filling user/pass manually. In windows 10 , i followed this link : Support for password…
6
votes
3 answers

Check scopes of personal access token from GitLab

How can I check the scopes (permissions) of a personal access token from GitLab? Given a personal access token, get all the scopes permitted to this token.
MOntu
  • 837
  • 1
  • 6
  • 8
5
votes
0 answers

"Personal access tokens" with an Github organization instead of user account

Currently I am using a "Personal access tokens" for the JS script of my google form, so the script can automatically create GitHub issues. I would like to maintain the scrip's access but change the token or permission to an GitHub organization one,…
Rick
  • 113
  • 1
  • 6
5
votes
2 answers

github auto authentication with personal access tokens doesn't work

I have followed the explanation here for setting up auto authentication of github on my CLI (on Linux, Ubuntu). In particular, I executed the command given here: gh auth login And then I answered Github.com, yes, HTTPS, and my authentication token…
user56834
  • 244
  • 4
  • 19
5
votes
1 answer

Using a github Personal Access Token with TortoiseSVN

Github is turning off password access next month so I have generated a personal access token (PAT). I then try to check out a new copy of an existing repo with the URL: https://me:ghp_blahblahblah@github.com/me/myrepo.git where ghp_blahblahblah is…
Andy
  • 938
  • 1
  • 10
  • 21
4
votes
2 answers

newly generated personal access token in GitHub is not visible

I am trying to generate a personal access token, I have followed steps mentioned in github documentation for the same Expected output: but instead, the token is not visible as soon as click the generate button Actual output: proof-of-concept…
shreeramaute
  • 362
  • 3
  • 14
4
votes
2 answers

Please use a personal access token instead. (But using one)

Username for 'https://github.com': username Password for 'https://username@github.com': remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see…
abendevs
  • 136
  • 1
  • 11
4
votes
1 answer

Azure AD returns non JWT Tokens when exchanging the OAuth2 code for an access token

I have an Azure AD App on my tenant that is configured to accept multiple tenants AND personal accounts. I follow the procedure to retrieve an AccessToken as explained here:…
3
votes
1 answer

git push heroku; Please double-check your credentials and correct them

I recently changed my Personal Access Token on GitHub, and I think I've put the new token in all the right places... but maybe I am missing a place? The problem: $ git push staging my_cool_branch:master ... ... ... remote: -----> Installing…
user664833
  • 18,397
  • 19
  • 91
  • 140
3
votes
1 answer

How to create PAT token in github for an Organization Account

I have been added to my organization, now I am part of the organization in github and have access to a private repo. I am not able to clone the repo in my eclipse as I understood that we need a PAT token to access a private repo, but how do I create…
Bharath Kashyap
  • 133
  • 1
  • 2
  • 9
3
votes
2 answers

Clone a Private Github Repo with a Personal Access Token Netbeans

The connection between my NetBeans project and its respective GitHub repo has always been seamless, until now. I understand that GitHub implemented an update on August 14th which requires users to use a Personal Access Token to access their GitHub…
2
votes
1 answer

how do you install R packages from a private git repo with a PAT?

I am trying to install an R package from a private git repository hosted on my employer's internal Bitbucket server. I have had success using remotes::install_git() for other projects on public servers in the past however for this specific project…
geetlord
  • 33
  • 1
  • 5
1
2 3 4 5