oortcloud / meteorite

Installer & smart package manager for Meteor
http://oortcloud.github.com/meteorite/
MIT License
841 stars 106 forks source link

There was a problem cloning repo #247

Closed stephentcannon closed 10 years ago

stephentcannon commented 10 years ago

I create a package. It is in github. I released it with mrt release . from the packages dir.

The atmosphere listing is here: https://atmosphere.meteor.com/package/reactive-cookie

When I try mrt add reactive-cookie or sudo mrt add reactive-cookie I get the following error.

Strangely, I published a different package yesterday and did not run into this problem. I cannot seem to find the issue.

I even uninstalled meteorite and went so far as to run find across all mnts for meteorite and rm -r -f even with sudo rm -r-f where necessary and reinstalled meteor.

/usr/local/lib/node_modules/meteorite/lib/sources/git.js:114 throw "There was a problem cloning repo: " + self.url + ^ There was a problem cloning repo: https://github.com/etherpos/reactive-cookie.git

stephentcannon commented 10 years ago

I should have noted mrt add reactive-cookie is prompting for github password but the repo is public.

✓ reactive-cookie tag: https://github.com/etherpos/reactive-cookie.git#v0.0.2 Username for 'https://github.com':

yeputons commented 10 years ago

@stephentcannon you have uppercase letters in your repository name, but in smart.json they all are lowercase. Github is case-sensitive.

stephentcannon commented 10 years ago

@yeputons I am quite tired and blurry eyed from lack of sleep. I do not see uppercase letters in my repository name. Where?

stephentcannon commented 10 years ago

@yeputons nvm i see problem now thank you, stupid problem to have.