Questions tagged [gem-fury]
26 questions
0
votes
0 answers
What does exit code 13 mean in CircleCI?
I am trying to create and publish python package in Gemfury using CircleCI. But at the end the system shows message:
"Exited with code exit status 13"
"CircleCI received exit code 13"
So what does it mean?
Also attach my sh file
#!/bin/bash
…

Vladimir Kim
- 15
- 8
0
votes
1 answer
Does Gemfury protect against dependency confusion?
Given Alex Birsan's revelation that he was able to run code internally within major private companies via dependency confusion (uploading packages to a public repo with the same name as a company's private/internal package, but with a higher version…

yagni
- 1,160
- 13
- 15
0
votes
1 answer
403 when requesting private gemfury package for install
How can I install private packages from gemfury from my own account.
I'm getting a 403 when trying to install a private package from my gemfury account.
yarn --verbose
...
verbose 0.22845086 Found configuration file…

Christopher Best
- 466
- 4
- 14
0
votes
1 answer
Uploading packages to Gemfury using RubyGems CLI silently failing
I am trying to upload a package to Gemfury using RubyGems as described here. The command below is failing without error messages:
$ gem push fizzbuzz-0.1.8.gem --key fury_push_token --host https://push.fury.io/dlresende/
Pushing gem to…

dlresende
- 419
- 3
- 8
0
votes
1 answer
Gemfury omits folder from package when it is in .gitignore
The company I work for hosts packages on Gemfury. I've recently joined development on a JavaScript repository. Everything seems pretty standard, but I noticed quickly the build artifacts were being checked into source control. So without thinking…

Hans Roerdinkholder
- 3,000
- 1
- 20
- 30
0
votes
0 answers
Error on NuGet Push to Gemfury from Azure DevOps Pipeline: 405 Method Not Allowed
I am trying to connect the nuget package output from my Azure DevOps CI build to Gemfury. However, I receive an error from the NuGet push step when pushing to Gemfury:
Response status code does not indicate success: 405 (Method Not Allowed).
I am…

Scott Koland
- 739
- 9
- 18
0
votes
1 answer
How to use Gemfury as a private npm registry in conjunction with Yarn?
We're trying to use Gemfury in conjunction with Yarn instead of NPM. We have configured the proxy registry URL and logged in which updated our .npmrc…

Tom Nolan
- 1,916
- 4
- 32
- 51
0
votes
1 answer
Unable to log in to npm when .npmrc present in project root
I have a .npmrc file in project root level and if I do
npm login it throws an error
npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY
After deleting .npmrc I am able to log in.
I have correct…

not 0x12
- 19,360
- 22
- 67
- 133
0
votes
1 answer
How do I use Gemfury tokens securely in CircleCI?
I'm using gemfury to host a private package that will be used by other people in my github organization. I'm also using CircleCI (but this applies to any CI system) for building/pushing.
My CI setup watches for any new tags in github and then…

kenske
- 2,235
- 2
- 20
- 27
0
votes
1 answer
requirements.txt with packages in pypi and fury
As I'm using elastic beanstalk, i have to specify a requirements.txt files with all my packages. The issue I have is that one of the package must be fetch from gemfury, and i'm not sure how to do so.
The requirements.txt file generated from pipenv…

JulienCoo
- 1,128
- 3
- 13
- 24
0
votes
1 answer
Cannot access a private repository in gem-fury
I've setup a private composer repository via gem-fury, but when I'm trying to download one of the packages (using composer-require) I receive the following error:
[Composer\Downloader\TransportException]
The…

Eyal
- 758
- 6
- 23