question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

403 status code downloading tarball https://nodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.13.2-node-v51-darwin-x64.tar.gz

with a browser, I get:

<Error>
<script/>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>B07936DF9D117468</RequestId>
<HostId>
wbKl516JO34MDKT4VgxSkm+xjMErxW2PAeXar+WIsYrakX66/gxvleGnnkQhB5gxUfe4v5g5xWY=
</HostId>
</Error>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
vheathencommented, Mar 13, 2018

I was able to install this package with the next steps:

  1. Install current nodegit with npm install -g nodegit (believe it is unnecessary)
  2. By @shengslogar advice: clone repo and change strict nodegit version to “>=0.13.2”
  3. While in the repo directory install local packages with npm install
  4. Go up and try to install globally with npm install -g ./git-hours

Now it works like a charm:

/m/c/c/D/P/J/p/profile @ master … > git-hours -a 60 { “v.heathen@gmail.com”: { “name”: “heathen”, “hours”: 179, “commits”: 337 }, “total”: { “hours”: 179, “commits”: 337 } }

1reaction
shengslogarcommented, Jan 11, 2018

@rngadam Download the repo and open package.json.

Change line 32: "nodegit": "^0.13.2" to "nodegit": ">=0.13.2". Open your terminal, navigate to the correct parent directory, and run npm install git-hours-master -g.

Do a party dance.

Read more comments on GitHub >

github_iconTop Results From Across the Web

403 status code downloading tarball at npm install · Issue #603
In my package.json I have "tokenizers": "^0.7.0",. When installing via npm install I get a > tokenizers@0.7.0 install ...
Read more >
Technical Support - PDFTron Community
Install response status 403 Forbidden on https://www.pdftron.com/downloads/PDFNetNode/pdfnet-addon-v9.2.0-node-v83-linux-arm64.tar.gz.
Read more >
2021.09.4+403.pro3 - RStudio daily builds
RStudio Desktop ; Debian 9 (installer-less), x86_64, rstudio-2021.09.4-403-amd64-debian.tar.gz, 138 MiB, Details ; Ubuntu 18/20, x86_64, rstudio- ...
Read more >
Node.js: Error: 403 status code downloading tarball
Error 403 means access is forbidden. Tarball is the tar.gz package file node is downloading for installation.
Read more >
ERROR 403: Sorry, not allowed to fetch that type of file: jdk ...
I have had oracle's jdk7 installed on my 64bit Ubuntu 14.04 now for some time and it has behaved as expected. However lately...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found