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

circleci Exited with code 243 #3

Open
sinkcup opened this issue May 28, 2019 · 3 comments
Open

circleci Exited with code 243 #3

sinkcup opened this issue May 28, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@sinkcup
Copy link
Member

sinkcup commented May 28, 2019

https://circleci.com/gh/laravel-socialite-providers/providers/7

#!/bin/bash -eo pipefail
npm install -g --silent gh-pages
git config user.email "[email protected]"
git config user.name "Cyborg Girl"
Exited with code 243
@sinkcup sinkcup added the bug Something isn't working label May 28, 2019
@sinkcup
Copy link
Member Author

sinkcup commented May 28, 2019

should use CircleCI Local CLI to debug.

reason: npm install need sudo

@sinkcup
Copy link
Member Author

sinkcup commented May 28, 2019

install error fixed, there is a new error:

$ circleci local execute --job deploy

/usr/local/bin/gh-pages -> /usr/local/lib/node_modules/gh-pages/bin/gh-pages.js
/usr/local/bin/gh-pages-clean -> /usr/local/lib/node_modules/gh-pages/bin/gh-pages-clean.js
+ [email protected]
added 42 packages from 14 contributors in 29.026s
fatal: not in a git directory
Error: Exited with code 128
Step failed
Error: runner failed (exited with 101)
Task failed
Error: task failed

sinkcup added a commit that referenced this issue May 28, 2019
sinkcup added a commit that referenced this issue May 28, 2019
@sinkcup
Copy link
Member Author

sinkcup commented May 28, 2019

a new error: https://circleci.com/gh/laravel-socialite-providers/providers/10

#!/bin/bash -eo pipefail
gh-pages --dotfiles --message "[skip ci] Updates" --dist site
The authenticity of host 'github.com (192.30.253.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? Too long with no output (exceeded 10m0s)

sinkcup added a commit that referenced this issue May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant