Skip to content
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

"apm publish" does not work!! #3

Open
o-jill opened this issue Sep 4, 2015 · 3 comments
Open

"apm publish" does not work!! #3

o-jill opened this issue Sep 4, 2015 · 3 comments

Comments

@o-jill
Copy link
Owner

o-jill commented Sep 4, 2015

o-jill:[C:\Users\o-jill\github\light-greeny-syntax]$ apm publish minor

Preparing and tagging a new version done
Pushing v0.2.0 tag failed
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': No error

o-jill:[C:\Users\o-jill\github\light-greeny-syntax]$ git --version
git version 2.5.0.windows.1

o-jill:[C:\Users\o-jill\github\light-greeny-syntax]$ atom --version
[4344:0904/094743:INFO:CONSOLE(0)] 1.0.11

o-jill:[C:\Users\o-jill\github\light-greeny-syntax]$ apm --version
apm  1.0.4
npm  2.13.3
node 0.10.40
python
git 2.5.0.windows.1
visual studio 2012

git 2.5.0 might be wrong...

anyway, i will try git for windows 2.5.1.

@o-jill
Copy link
Owner Author

o-jill commented Sep 4, 2015

i updated git(v2.5.1).
but the situation was not changed... orz

@o-jill
Copy link
Owner Author

o-jill commented Nov 11, 2015

i updated git(v2.6.3).

i usually install git to "D:\program files\git".
but in this time, i uninstalled old one(2.6.2) and installed to %home_path%\appdata\local\programs\git.
and i checked "use mintty for git bash" before i checked "use command prompt".
however, certification setting tried to use older path("D:\program files\git\mingw64/ssl/....") so i couldn't access https URL at all.
so i uninstalled it and installed to "D:\program files\git" again.
With "Command Prompt", i faced same situation(/dev/tty problem) again.
but with "GIT Bash" i could publish successfully.

so now, i have to use "GIT Bash" to publish my atom packages.

@o-jill
Copy link
Owner Author

o-jill commented Nov 18, 2015

certification trouble might be the setting in "git config --list".
"http.sslcainfo=D:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt"

you can update it by "git config http.sslcainfo path/to/certifi.cation".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant