Skip to content
Discussion options

You must be logged in to vote

Here are the steps to troubleshoot and resolve the Git cloning issue you're encountering:

  1. Verify Permissions:

Ownership or Collaborator Access: Ensure you're either the owner of the repository or have been added as a collaborator with write access. Check with the repository owner if you're unsure.
Organization Membership: If the repository belongs to an organization, make sure you're a member of the team with appropriate permissions.

  1. Correct Token Usage:

Personal Access Token (PAT):
Generate a new PAT with the "repo" scope selected.
Copy the token securely.
When prompted for the password during cloning, paste the PAT instead of your regular password.
Password Prompt Behavior: The lack…

Replies: 3 comments

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Answer selected by bgersten
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Git and Code Discussions related to version control and coding practices New To GitHub 👋 New To GitHub
3 participants