Open tabruhn opened 10 years ago
The tag has to do with the version number. Changing the version number allows me to run release again but it still is getting hung up on something.
Hi @tabruhn - mrt release
is just a convience for tagging and publish
-ing.
Perhaps try removing ~/.mrt.cfg
and publishing again?
I am not able to locate a ~/.mrt.cfg
. I tried just running the publish again but it just hangs with no output.
That’s odd. What version of Meteorite do you have?
On Thursday, 12 June 2014 at 11:53 am, Tyson Bruhn wrote:
I am not able to locate a ~/.mrt.cfg . I tried just running the publish again but it just hangs with no output.
— Reply to this email directly or view it on GitHub (https://github.com/oortcloud/meteorite/issues/280#issuecomment-45821840).
Ok, I have it working now. I think it was waiting for my username then password (although I wasn't receiving any prompt). It seems like the cursor was just waiting for me to input this information. Just checked atmosphere and it is up now. Thanks for helping me out!
Oh. That's odd. Are you using some kind of strange shell or something?
I am using iTerm2 which is a replacement for terminal on osx.
I'm having the same problem. It hangs and after a keyboard interrupt I get:
error: Invalid input for
Hi @Rnhmjoj, after calling release/publish it might be waiting for your login/password. When it looks like it is hanging try inputting your atmosphere login, hit enter, then input your password. For whatever reason the console was not printing the login request but was waiting for login. I was using bash and iterm2.
@tabruhn You are right. With iTerm 2 and solarized dark theme the text has the same color of the background! I can't believe how stupid that was...
I am attempting to release a package to meteorite and publish it. I moved into my package directory and logged in. Then I attempted to release my package "mrt release ." I was prompted "Adding tag and push repo" .. but then it got hung up. After about 10 minutes I used CTRL-c to cancel out.
When I attempted again to release, I was given the error "This tag has already been committed to the repo."
If I try to publish using "mrt publish ." it also hands up. Any advice on how I can move forward with publishing my first package?