github-package-registry

GitHub Packages Docker - Error pulling image configuration: unknown blob

萝らか妹 提交于 2021-01-26 07:32:08
问题 GitHub packages started returning error pulling image configuration: unknown blob this weekend when trying to pull docker images. It still works to push images to the registry. I haven't found any infromation pointing to problems at GitHub. 000eee12ec04: Pulling fs layer db438065d064: Pulling fs layer e345d85b1d3e: Pulling fs layer f6285e273036: Waiting 2354ee191574: Waiting 69189c7cf8d6: Waiting 771c701acbb7: Waiting error pulling image configuration: unknown blob How do I troubleshoot this?

GitHub Packages Docker - Error pulling image configuration: unknown blob

余生长醉 提交于 2021-01-26 07:30:44
问题 GitHub packages started returning error pulling image configuration: unknown blob this weekend when trying to pull docker images. It still works to push images to the registry. I haven't found any infromation pointing to problems at GitHub. 000eee12ec04: Pulling fs layer db438065d064: Pulling fs layer e345d85b1d3e: Pulling fs layer f6285e273036: Waiting 2354ee191574: Waiting 69189c7cf8d6: Waiting 771c701acbb7: Waiting error pulling image configuration: unknown blob How do I troubleshoot this?

Yarn can't authenticate with Github Packages - but npm can

南笙酒味 提交于 2021-01-21 11:20:24
问题 What do I need to do to configure yarn to authenticate with Github Packages? I've got a hello-world npm package that I'm trying to publish privately to github. I want to be able to use yarn instead of npm, but for some reason yarn can't authenticate with the Github Package service: error Couldn't publish package: "https://npm.pkg.github.com/@myuser/test-models: Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the

Github actions, 401 unauthorized when installing a Github Package with npm or yarn

徘徊边缘 提交于 2020-11-24 16:29:09
问题 When I try to install my npm modules from a GitHub action I get the following error: npm ERR! 401 Unauthorized - GET https://npm.pkg.github.com/@xxxx%2fxxxx-analytics - Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured. Before you comment, I have configured the .npmrc correctly with the scope and access token, and everything works fine when installing the private package locally. Here is

Github actions, 401 unauthorized when installing a Github Package with npm or yarn

点点圈 提交于 2020-11-24 16:27:43
问题 When I try to install my npm modules from a GitHub action I get the following error: npm ERR! 401 Unauthorized - GET https://npm.pkg.github.com/@xxxx%2fxxxx-analytics - Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured. Before you comment, I have configured the .npmrc correctly with the scope and access token, and everything works fine when installing the private package locally. Here is

Github actions, 401 unauthorized when installing a Github Package with npm or yarn

吃可爱长大的小学妹 提交于 2020-11-24 16:22:25
问题 When I try to install my npm modules from a GitHub action I get the following error: npm ERR! 401 Unauthorized - GET https://npm.pkg.github.com/@xxxx%2fxxxx-analytics - Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured. Before you comment, I have configured the .npmrc correctly with the scope and access token, and everything works fine when installing the private package locally. Here is

Not Found - PUT https://npm.pkg.github.com/package-name

☆樱花仙子☆ 提交于 2020-07-18 16:14:20
问题 I'm trying to upload a package on GPR (Github Package registry). I log in successfully: npm login --registry=https://npm.pkg.github.com and then run these command: npm set registry https://npm.pkg.github.com/ npm publish which returns this error: npm ERR! 404 Not Found - PUT https://npm.pkg.github.com/package-name npm ERR! 404 npm ERR! 404 'package-name@version' is not in the npm registry. Seems it tries to upload a package on npm registry instead of github package registry. How should I fix

Not Found - PUT https://npm.pkg.github.com/package-name

空扰寡人 提交于 2020-07-18 16:14:18
问题 I'm trying to upload a package on GPR (Github Package registry). I log in successfully: npm login --registry=https://npm.pkg.github.com and then run these command: npm set registry https://npm.pkg.github.com/ npm publish which returns this error: npm ERR! 404 Not Found - PUT https://npm.pkg.github.com/package-name npm ERR! 404 npm ERR! 404 'package-name@version' is not in the npm registry. Seems it tries to upload a package on npm registry instead of github package registry. How should I fix

Not Found - PUT https://npm.pkg.github.com/package-name

浪子不回头ぞ 提交于 2020-07-18 16:13:15
问题 I'm trying to upload a package on GPR (Github Package registry). I log in successfully: npm login --registry=https://npm.pkg.github.com and then run these command: npm set registry https://npm.pkg.github.com/ npm publish which returns this error: npm ERR! 404 Not Found - PUT https://npm.pkg.github.com/package-name npm ERR! 404 npm ERR! 404 'package-name@version' is not in the npm registry. Seems it tries to upload a package on npm registry instead of github package registry. How should I fix