Questions tagged [git-authentication]

14 questions
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.…
4
votes
1 answer

Brand-new RSA key with SHA-2 signature (generated by Puttygen) is getting rejected by Github

I'm using Gitext in windows which in turn uses Putty-Agent (pagent.exe latest version currently 0.76). I'm also using fairly recent git (ver. 2.35.1) I have created a brand new rsa-key with SHA-2 using puttygen.exe and I have added it into my Github…
XDS
  • 3,786
  • 2
  • 36
  • 56
1
vote
2 answers

How to reauthenticate using Github Personal Access Token, PAT has expired?

The PAT that I used for the past month has expired, I am unable to push changes to the repository, how should I go about creating a new token or reauthenticate using my password?
Pawan Nirpal
  • 565
  • 1
  • 12
  • 29
1
vote
0 answers

git clone Authentication failed while building Docker

I'm working on a Dockerfile. It's an Ubuntu 18.04 image with ROS melodic, I need to clone a few repositories while building the Docker image using git. Normally, I'd generate a new SSH key and add that key to my GitHub account but things are…
csg
  • 8,096
  • 3
  • 14
  • 38
0
votes
0 answers

Lost files after Git Authentication Error

I was building a website locally when I wanted to put it in a GitHub repository I Created a git repository, I was in the process of cloning it to my device quick note its been some years since Ive used git Ran the command " git clone " I saw in…
0
votes
0 answers

Authorizing GitLab OAuth with Apache Airflow

Hi Can any one please help how can I use Gitlab as an Identity Provider for Apache Airflow for Authorizing GitLab OAuth authentication with Apache Airflow => version 2. When I run the airflow, I should be redirected to your GitLab sign-in page,…
0
votes
1 answer

Powershell script to batch update multiple git repos randomly asks for login

I wrote a powershell script to update multiple git repositories. Everything is working fine, except for that on seemingly random times, the script suddenly asks for login credentials. Does anyone know what could cause this? Just to make sure, it…
Michaël
  • 357
  • 3
  • 9
0
votes
1 answer

git pull from Visual Studio console opens the authentication window

Git pull from PowerShell works fine but git pull from Visual Studio console opens the authentication window: And if I close the window they still ask for username/passwords via commandline: How can I get rid of having to authenticate every time…
ishandutta2007
  • 16,676
  • 16
  • 93
  • 129
0
votes
1 answer

Set credentials to pull from local git repository with PythonGit

I have a git repository on an internal server and now want to have a scheduled task that automatically pulls changes to my local version. Found the GitPython package, which seems to be exactly what I need, but can't get it to work due to the…
s6hebern
  • 725
  • 9
  • 18
0
votes
0 answers

How to set git PAT credentials globally in RStudio with `gitcreds`

I recently shifted to working on Linux from Windows on the same system. As a result, I had access to my repos locally (and did not need to clone from GitHub) but had to set up Git and configure it with RStudio, which is when I came across the issue…
0
votes
0 answers

eclipse egit: login window pops up and rejects my credentials

I'm trying to push some changes to my repository (after quite some time) and the login window pops up. The credentials I'm putting are correct (they correspond to my user that has access to the private repository), but eclipse rejects them anyway.…
joacoiudica
  • 117
  • 1
  • 6
0
votes
0 answers

I'm trying to push to the GitHub repository from Visual Studio Code, but I can't authenticate

When I push the code to GitHub from Visual Studio Code I get the errors: remote: Repository not found. fatal: Authentication failed for How can I fix it?
0
votes
1 answer

Storing / editing Github Access Tokens in Windows Credential Manager

I am currently working on a project that allows me to work with 2 Github accounts (work / private). I am building a NodeJS CLI that takes a username as a parameter and updates the following values accordingly: git config --global user.name…
0
votes
0 answers

Github failed to Authentication

On my laptop (operating system Ubuntu 20.04), the git is installed and it's version is git version 2.33.0 and I have check the configuration using below command, git config --list command result is: filter.lfs.smudge=git-lfs smudge --…
Imdadul Haque
  • 1,635
  • 5
  • 23
  • 44