-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release and publish hanging #280
Comments
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 - Perhaps try removing |
I am not able to locate a |
That’s odd. What version of Meteorite do you have? On Thursday, 12 June 2014 at 11:53 am, Tyson Bruhn wrote:
|
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:
|
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?
The text was updated successfully, but these errors were encountered: