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

Use access token instead of password for git clone #324

Description

@sebastianeggers

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions