github-package-registry Questions
5
Solved
I have been using GitHub packages for a while, in an Android project, without having any issue.
Now when I try to publish a new package I get the error:
Could not PUT Received status code 422 from...
Saving asked 12/10, 2020 at 16:58
4
Solved
I try to learn Github action and packages. So, I create a sample nuget package and successfully created. However I could not use it.
I follow this step;
Options > Nuget Package Manager > Package...
Rumpus asked 3/6, 2020 at 5:46
5
Solved
I created and published a private Github package. Trying to install it with yarn at first, I face the following issue:
Whether I try with yarn or npm, it cannot find the package at all although fo...
Imbed asked 23/10, 2019 at 11:57
4
I have published a package to the GitHub npm registry. I can see the package when I login onto GitHub, as per the screenshots below.
ScreenShot 1
ScreenShot 2
Locally, a different package has...
Podesta asked 26/11, 2019 at 22:50
5
While using with the GitHub action I am getting Error response from daemon: Get "https://ghcr.io/v2/": denied: denied
I used the login command echo $CR_PAT | docker login ghcr.io -u $ghcr...
Neb asked 11/12, 2021 at 7:56
6
Solved
Trying to push the Gradle project to Github package registry, but not working as expected.
Using io.freefair.github.package-registry-maven-publish plugin for Gradle.
Configure GitHub in build.gr...
Streetlight asked 2/8, 2019 at 9:6
6
I would like to deploy to a GitHub Package Registry from a GitHub Action of a public repo.
I have a yml file for a workflow:
name: My CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:...
Tyrant asked 29/8, 2019 at 13:43
3
Solved
I've attempted to implement the official guide to publishing and installing a package with GitHub Actions: Authenticating to package registries with granular permissions
Fails with:
npm ERR! code E...
Unmusical asked 6/2, 2023 at 3:42
5
Solved
This question is related to these. But none of the solutions worked for me.
Yarn can't find private Github npm registry
Installing private package from Github Package registry fails with not ...
Diogenes asked 11/5, 2020 at 20:36
4
Solved
I am trying to release npm package through GitHub Package Registry, I am following the documentation, When I try to login using the below command after entering the username and password(even thoug...
Farceur asked 31/10, 2019 at 5:51
2
Solved
Uploading the public package with gradle works:
https://github.com/ttiganik/hrd-java-test-registry/packages/61312
But I am unable to download it. I tried different URL-s and package names, but non...
Posture asked 22/11, 2019 at 4:8
2
I have pushed an image to Github Container Registry (GHCR) and made it public.
When I try to pull it, I get an error (I've already done docker login).
docker pull ghcr.io/username/reponame:master
E...
Fiesole asked 14/12, 2022 at 9:21
2
Solved
I'm working under organization Org which has two different repositories repo-1 and repo-2.
I had uploaded some 50 odd Maven dependencies to GitHub Packages registry of repo-1 and now we're migratin...
Spur asked 9/2, 2022 at 20:13
3
I have a jar out in gitHub package registry called test.jar (version: 1.0.5), the repository name is testRepo, owner name: tejas3108.
I am trying to add this jar as a dependency in my other gradle...
Lucic asked 7/10, 2019 at 18:0
4
Solved
I have a GitHub repo with a library published to its own GitHub packages maven repository. And I also have another project where I want to reference this library as a dependency.
When I add the fol...
Geniculate asked 18/10, 2020 at 23:32
4
I am new to this gitlab world.
I have one private project. I am able to publish the package using command prompt.
My .npmrc file
@ui-practice:registry=https://gitlab.MyCompany.com/api/v4/packages/n...
Cudbear asked 21/4, 2022 at 10:41
5
Solved
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 au...
Shocker asked 29/9, 2020 at 17:38
2
I have nuget packages hosted on GitHub Packages. Then, when I try to list the packages in the github nuget feed using nuget.exe, it tells me that it can't list the packages in the feed:
> nuget...
Taritariff asked 12/4, 2020 at 19:15
2
Solved
I managed to publish a simple test package on the Github packageregistry using this tutorial : https://docs.github.com/en/packages/quickstart
Now, if I understand correctly, to use it in a project ...
Psychologize asked 28/5, 2022 at 0:12
5
Solved
Question: How can I make a package "disappear" from Github Package Registry?
Documentation says: You cannot "delete" but a package "disappears" when all versions are removed.
Background:
A ty...
Querist asked 29/11, 2019 at 10:36
4
Solved
I have a Lerna monorepo on Github Enterprise which currently has two npm packages that I'm trying to publish to the Github package registry under the same repo.
For reference say they are:
githu...
Edd asked 6/1, 2020 at 20:45
5
Solved
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....
Emmons asked 14/9, 2019 at 19:51
3
I would like to use GitHub packages to store Maven artifacts for several repositories in a GitHub organization. Currently, it appears that for each project, a separate (Maven) repository configurat...
Xylograph asked 22/7, 2020 at 19:1
3
Solved
Is it possible to change package visibility from private to public and vice versa?
In documentation there is a statement:
Private and public software packages: You can host packages privately ...
Adal asked 11/9, 2019 at 11:42
3
As far as I know a PowerShell repository is a NuGet repository...
GitHub just released their package registry, which my company currently uses for npm, but also has an endpoint for NuGet.
I can a...
Cleanthes asked 31/1, 2020 at 17:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.