Download from Github Package Registry without authentication
Super annoying. Should not be marked as “solved” I’m experimenting with this feature for publishing from Maven. Given this restriction, I need to find a different solution. The loss of Jcenter is...
View ArticleDownload from Github Package Registry without authentication
Tired of this situation, I created a Gradle plugin (magik) which allows to publish directly to a github repository, acting as a maven repository. Easy, fast, personal and, last but not least, public...
View ArticleDownload from Github Package Registry without authentication
Build a package, release it on GPR. Feel excited. Its open source and free. Get a 401 trying to install without auth. Feel sad. Find thread from 2019, probably a solution in the thread. Get to end...
View ArticleDownload from Github Package Registry without authentication
I can’t believe the packages in the public repo can’t be accessed anonymously. In this way, the open sourced library will not be able to use this service at all. Read full topic
View ArticleDownload from Github Package Registry without authentication
This is really disgusting. I used this when it was launched back in 2019 but saw the downloading also requires authentication, so maybe this shouldn’t be the case after a few months. Then I tried...
View ArticleDownload from Github Package Registry without authentication
+1. I was excited to use GPR, but this is a dealbreaker. I suppose I’ll have to go with GitLab. Read full topic
View ArticleDownload from Github Package Registry without authentication
Do we have a timeline for that? Just spent about hours trying to publish library and to find out i did it for nothing. Read full topic
View ArticleDownload from Github Package Registry without authentication
Any updates on this issue? Read full topic
View ArticleDownload from Github Package Registry without authentication
I suppose from everyone else already commenting, I don’t need to also make a comment just to register my own disappointment (although I am disappointed), but my question is more (and this is going to...
View ArticleDownload from Github Package Registry without authentication
Such a stupid decision. Read full topic
View ArticleDownload from Github Package Registry without authentication
tradeJmark: d to also make a comment just to register my own disappointment (although I am disappointed), but my question is more (and this is going to sound like a criticism, and I guess it sort of...
View ArticleDownload from Github Package Registry without authentication
FYI packagecloud.io has a free tier for publishing packages that can be accessed anonymously. I’m experimenting with them after finding out this unfortunate restriction. Read full topic
View ArticleDownload from Github Package Registry without authentication
Also JFrog offers an extensive package hosting system for free. Thats what i went with. I just would prefere using github itself a lot Read full topic
View ArticleDownload from Github Package Registry without authentication
+1 !!! I would also strongly vote for it. Public access to the maven packages is absolutely required for open source projects. The PAT way can be an additional option. The longer we have to wait for a...
View ArticleDownload from Github Package Registry without authentication
battery-staple: I’ll have to go with GitLab. Same thing there, mate Tested Read full topic
View ArticleDownload from Github Package Registry without authentication
Well, I also would need this feature. Not that GitHub cared about the hundreds of messages about this for the last few years Read full topic
View ArticleDownload from Github Package Registry without authentication
+1 vote for anonymous access to Package Registry for open source projects Read full topic
View ArticleDownload from Github Package Registry without authentication
With anonymous access to all public packages, GitHub packages would be a brilliant addition to the product. Without it, it’s completely useless to me. It’s nice and all that workarounds exists, e.g....
View ArticleDownload from Github Package Registry without authentication
Can at least the help pages be corrected…...
View ArticleDownload from Github Package Registry without authentication
+1 releasing open source npm packages on GitHub packages is great until a user has to install it. The poorly documented need for authentication for public repositories has caused nothing but porblems....
View ArticleDownload from Github Package Registry without authentication
Can somebody from Github provide ETA to when the auth requirement is removed on public repos? Once I move my libraries to Sonatype, it is very unlikely I will ever come back to Github packages. Read...
View ArticleDownload from Github Package Registry without authentication
I’m surprised to know that who ever is using the packages also require authentication? That makes the feature useless. I switched back to NuGet. At least anonymous package downloads need to support...
View ArticleDownload from Github Package Registry without authentication
As this is a lengthy discussion with many discussion points, I’m not sure if this is viable but. Would it be possible to “push a build jar” into the project repo in a defined location (i.e. release or...
View ArticleDownload from Github Package Registry without authentication
That’s exactly what I do. I generate local Maven files, including jars, in the docs part of the repository, which is used for GitHub pages. The URL of the GitHub pages site serves as Maven repository,...
View ArticleDownload from Github Package Registry without authentication
jcansdale: For the moment, the best workaround I know is the following: Create a PAT with just the read:packages scope Execute docker run ghcr.io/jcansdale/gpr encode <PAT> You can use this...
View Article