Giter VIP home page Giter VIP logo

Comments (10)

Granjow avatar Granjow commented on July 3, 2024

0.0.16 installs fine, by the way.

from i18n-abide.

sigurdga avatar sigurdga commented on July 3, 2024

@Granjow This may have been a temporary problem you experienced. I did npm install git://github.com/lloyd/gobbledygook.git#3540426 just now, and this worked fine. Your error message suggests a generic network problem when connecting to gihub, a timeout on the connection.

from i18n-abide.

Granjow avatar Granjow commented on July 3, 2024

Interesting. Here neither npm install nor git clone works, only HTTPS.
Could be the firewall then. What is the hash tag good for, by the way? Does
it refer to a revision?

2014-03-07 12:21 GMT+01:00 Sigurd Gartmann [email protected]:

@Granjow https://github.com/Granjow This may have been a temporary
problem you experienced. I did npm install git://
github.com/lloyd/gobbledygook.git#3540426 just now, and this worked fine.
Your error message suggests a generic network problem when connecting to
gihub, a timeout on the connection.

Reply to this email directly or view it on GitHubhttps://github.com//issues/63#issuecomment-37015728
.

from i18n-abide.

sigurdga avatar sigurdga commented on July 3, 2024

@Granjow That's probably why Github shows the https-version of the clone url. HTTPS should not have any problems across networks/proxies/firewalls.

The strange numbers behind the hash is the first part of the git hash, that identifies the unique git revision, as you guessed. As long as it is unique for the project, you can choose the first 6 or 8 or as many as you like. Github uses 10 on their commit lists.

from i18n-abide.

callahad avatar callahad commented on July 3, 2024

Replacing the git:// value with https://github.com/lloyd/gobbledygook/tarball/354042684056e57ca77f036989e907707a36cff2 should fix this. Please confirm. :)

from i18n-abide.

Granjow avatar Granjow commented on July 3, 2024

Confirmed as working! Many thanks!

from i18n-abide.

ozten avatar ozten commented on July 3, 2024

Thanks @Granjow, @sigurdga and @callahad !

from i18n-abide.

nerokwik avatar nerokwik commented on July 3, 2024

This is still an issue for me. npm install git://github.com/lloyd/gobbledygook.git#3540426 gives a connection timeout. All other git operations (both via SSH and HTTPS) work well and as expected. Changing the package.json entry to the following will work: "gobbledygook": "git+ssh://[email protected]:lloyd/gobbledygook.git#3540426",.

from i18n-abide.

callahad avatar callahad commented on July 3, 2024

PR #64 still needs merging. @ozten?

from i18n-abide.

callahad avatar callahad commented on July 3, 2024

Amusingly enough, we can use the same workaround to workaround the fact that npm is acting up for @ozten. For the time being, you can require:

"i18n-abide": "https://github.com/mozilla/i18n-abide/tarball/948443e584e70fc5d79756339eccf1b21afa6308",

to get the updated version.

from i18n-abide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.