Skip to content

Docker image #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Panda-995 opened this issue Apr 13, 2025 · 1 comment
Open

Docker image #113

Panda-995 opened this issue Apr 13, 2025 · 1 comment

Comments

@Panda-995
Copy link

Mirror image cannot be pulled

@puji4810
Copy link

Github的Docker拉取需要登陆验证 使用 personal access token (classic)

settings -> developer settings -> personal access tokens

然后在终端中执行以下命令:

export CR_PAT=YOUR_TOKEN
$ echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
> Login Succeeded

GitHub Docker Pull Requires Login Verification Using Personal Access Token (Classic)

You can generate a Personal Access Token (Classic) in Settings -> Developer settings -> Personal access tokens.

Then, execute the following commands in your terminal:

export CR_PAT=YOUR_TOKEN
echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
> Login Succeeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants