Questions tagged [personal-access-token]
74 questions
1
vote
2 answers
Still recieving "Please use a personal access token instead." despite using personal access token
I know there's been questions about this previously, but I am still getting an annoying error when trying to push a repository:
git push --set-upstream origin main
Username for 'https://github.com': xxx
Password for 'https://xxx@github.com':
After…

user438383
- 5,716
- 8
- 28
- 43
1
vote
1 answer
Use Azure DevOps Personal access token to call Azure DevOps Services REST API via Azure Data Factory
I have an Azure DevOps Personal access token with read access. I need to call Azure DevOps Services REST APIs via Azure Data Factory's Web Activity. The API documentation is available at…

Sree Nair
- 91
- 4
- 11
1
vote
1 answer
Today, github suddenly block me from accessing my repo with my Personal Access Token
Today, Oct 24 2022, at 15:00, I pushed my repo from the dev machine and then pull it on the production one without troubles.
I used my github name and my personal access token: I made a lot of daily commits against several private repo, with no…

Paolo Di Pietro
- 517
- 3
- 17
1
vote
1 answer
Github - Pushing code with Personal Access Token for both Username and Password works
When I was using my PAT (Personal Access Token) in the Username field and in Password field as well, the code was pushed successfully.
Is it an Issue or a Hidden feature in Github to use PAT for both Username and Password?
PS: I would love to use…

Naveen Kumar V
- 2,559
- 2
- 29
- 43
1
vote
2 answers
Error with git push using new personal access token
I am unable to push to git after generating a new personal access token. I've looked around at similar questions but think that I may have a more fundamental misunderstanding of how this works.
I got an email saying passwords were being phased out,…

Tommy Tang
- 25
- 1
- 4
1
vote
1 answer
Creating an Azure DevOPS Personal Access Token (PAT) using C#
I am trying to create a PAT using the new capabilities in the TokensHttpClient. However I keep getting authorisation exception. I am using my Microsoft account which is an organization administrator.
VssCredentials creds = new…

Nikhil
- 3,304
- 1
- 25
- 42
1
vote
1 answer
How can I choose what account is used when accessing GitHub from VSCode?
VS Code has a builtin extension GitHub Authentication that manages creation of a GitHub Personal Access Token and automatic logins.
However, if you are using more then one GitHub account, the extension might try generating a PAT for the wrong…

Dennis
- 871
- 9
- 29
1
vote
1 answer
using Github personal access token on a public website
I have a website that displays records from a database. I have set up a feedback form so if someone spots a mistake in a record, they can report it so it can be set right. I use a Github Personal Access Token (PAT) to create a Github issue when the…

punkish
- 13,598
- 26
- 66
- 101
1
vote
1 answer
Error in the checkout of a Github using Subversion with SSH - Linux Command line
Github recently enforced a no password rule with their repository access. I can't do two factor authentication, so, I am stuck with SSH keys. I want to use subversion, but when I try to checkout my repo, using:
svn co…

anr983mfg_d-3
- 47
- 4
0
votes
0 answers
How to use SSH authentication on git
I am trying to git push and its bringing out this error:
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see…

OwoJama
- 11
- 1
0
votes
0 answers
Permission denied when pushing to GitHub repository with Personal Access Token
After first git push origin master request i got
remote: Permission to rabiul7772/Forkify_Project.git denied to nahidhasan830.
fatal: unable to access 'https://github.com/rabiul7772/Forkify_Project.git/': The requested URL returned error: 403 …

Rabiul Akand
- 1
- 3
0
votes
1 answer
Authenticate with Azure DevOps using Managed Identity (MI)
I am using a Linux self-hosted VM agent with the relevant tools installed to run PowerShell and Az commands.
This VM has a user-assigned managed identity added.
The MI has been added as a user to my ADO organisation.
The MI has administrator rights…

Callum Hester
- 67
- 5
0
votes
0 answers
which is the correct way to copy text content inside a .pub file without opening the file, so that I can add it to git to grant access with the key?
i'm using ubuntu but the PBCOPY dont work, cant seem to figure out the alias ~gedit to work right.. or how do i open the .pub file and copy key from there?
i tried the cbcopy command, ubuntu doesnt recognise it, ive gotten into the gedit and added…
0
votes
1 answer
How to use GitHub fine-grained access tokens in production across many repos when the max expiration is a year?
I am trying to transition from the GitHub Personal Access Tokens classic version to the currently beta version fine-grained tokens. My issue is the token expiration max age is 1 year, whereas before the classic tokens could be set to not have any…

Alex F
- 2,086
- 4
- 29
- 67
0
votes
1 answer
Composer - download package from private gitlab package registry - invalid credentials
I have a small pipeline to use a custom composer package into a project:
the private gitlab project generates a composer package and publish it to the project package registry: this works all fine
a second private project use satis to generate a…

fudo
- 2,254
- 4
- 22
- 44