Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Use access token instead of password for git clone #324

Open
sebastianeggers opened this issue Sep 30, 2021 · 1 comment
Open

Use access token instead of password for git clone #324

sebastianeggers opened this issue Sep 30, 2021 · 1 comment
Assignees
Labels
day3 Content for Day 3 investigating

Comments

@sebastianeggers
Copy link

sebastianeggers commented Sep 30, 2021

Bug Report

Reproduction

Follow day 3 challenge 0, until section 'Clone the repository with a password'.

Expected Behavior

The repository is cloned by following the given instructions

Current Behavior

Following the instructions by cloning a repository using username and password prompt results in the following error message:

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for <repository-url>

Possible Solution

Replace the instructions for using a password with instructions to create and use an access token.

@cdennig
Copy link
Contributor

cdennig commented Oct 5, 2021

Hi @sebastianeggers,

thank you for opening the ticket. Can you please point me to the exact section in challenge-0 (https://azuredevcollege.com/trainingdays/day3/challenges/00-challenge-baseline.html)?

Happy to adjust it.

Thanks,
Christian

@cdennig cdennig self-assigned this Oct 5, 2021
@cdennig cdennig added day3 Content for Day 3 bug Something isn't working investigating and removed bug Something isn't working labels Oct 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
day3 Content for Day 3 investigating
Projects
None yet
Development

No branches or pull requests

2 participants