Giter Site home page Giter Site logo

Comments (8)

jeeeyul avatar jeeeyul commented on June 29, 2024

Hello @darkship I released 2.6.0 with mis-configured for 2~3 min by mistake.
It was fixed immediately.
However, what if you've installed in that time,
You should have to flush cached one.
(I don't want to re-release with new version to match version with moment.js)

At first, remove installed package:

$ cd /path/to/your-project
$ mrt remove moment-with-langs

Then remove cached:

$ rm -rf ~/.meteorite/packages/moment-with-langs/
$ rm -rf ~/.meteorite/source/jeeeyul/meteor-moment-with-langs/

Re-install:

$ mrt add moment-with-langs

What if the problem is going on, please let me know.

from meteor-moment-aio.

darkship avatar darkship commented on June 29, 2024

I did it several times, but it's always the 63bdf36feb3984b35d3b2c8d462ad5b2d641b197 commit that is downloaded
and when I force the commit SHA to the last commit 21f2f15f5f929e3dc0be6b08909b826c992ed5db, it's the same file which is missing .

from meteor-moment-aio.

jeeeyul avatar jeeeyul commented on June 29, 2024

@darkship Please let me know below things:

  • Version of meteor
  • Version of meteorite
  • OS
  • Contents of packages/moment-with-langs/.gitmodules, It should have to be:
[submodule "lib/moment"]
   path = lib/moment
   url = [email protected]:moment/moment.git

And please try to clone this project and check content of lib/moment.

$ git clone --recursive [email protected]:jeeeyul/meteor-moment-with-langs.git moment-with-langs

from meteor-moment-aio.

jeeeyul avatar jeeeyul commented on June 29, 2024

And I found oortcloud/meteorite#153 that seems like related with this issue.

from meteor-moment-aio.

darkship avatar darkship commented on June 29, 2024
  • Meteor Release 0.8.1.2
  • Meteorite version 0.7.1
  • DISTRIB_ID=LinuxMint DISTRIB_RELEASE=16 DISTRIB_CODENAME=petra DISTRIB_DESCRIPTION="Linux Mint 16 Petra" NAME="Ubuntu" VERSION="13.10, Saucy Salamander" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 13.10" VERSION_ID="13.10"
  • [submodule "lib/moment"]
        path = lib/moment
        url = [email protected]:moment/moment.git
  • I have an error when I clone it. Now I remember that I had a similar message when I did a mrt update but I didn't care about...

    git clone --recursive [email protected]:jeeeyul/meteor-moment-with-langs.git moment-with-langs
    Cloning into 'moment-with-langs'...
    The authenticity of host 'github.com (192.30.252.128)' can't be established.
    RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
    Are you sure you want to continue connecting (yes/no)? y
    Please type 'yes' or 'no': yes
    Warning: Permanently added 'github.com,192.30.252.128' (RSA) to the list of known hosts.
    Permission denied (publickey).
    fatal: Could not read from remote repository.
    Please make sure you have the correct access rights
    and the repository exists.
    

from meteor-moment-aio.

jeeeyul avatar jeeeyul commented on June 29, 2024

@darkship I realized what real problem was. Thank so much for your feedback.
The reason is that git url [email protected]:moment/moment.git requires ssh authentication. I replaced it with read-only url now: git://github.com/moment/moment.git.

Clean cache and re-install will fix this problem now.
Thanks!

from meteor-moment-aio.

jeeeyul avatar jeeeyul commented on June 29, 2024

You can also check cloning with below code:

$ git clone --recursive git://github.com/jeeeyul/meteor-moment-with-langs.git moment-with-langs

from meteor-moment-aio.

darkship avatar darkship commented on June 29, 2024

It works, thanks.

from meteor-moment-aio.

Related Issues (4)

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.