• 0 Posts
  • 3 Comments
Joined 2 months ago
cake
Cake day: January 21st, 2025

help-circle

  • Maybe you could go to:

    Settings > Developer Settings > Personal Access Tokens > Tokens (Classic)

    And then create a new token there.

    Then you should be able to clone a private repo as long as you have git installed.

    When you git clone your private repo, git will ask for your username, enter that. Then it’s gonna ask for your password. Don’t enter your GitHub password. Enter your token.

    Clone should work.