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

Git-xargs execution hangs with no error message #97

Closed
akohjialing opened this issue Oct 18, 2022 · 2 comments
Closed

Git-xargs execution hangs with no error message #97

akohjialing opened this issue Oct 18, 2022 · 2 comments

Comments

@akohjialing
Copy link

Upon execution, git-xargs hangs with no error message:
image

This is the command I'm trying to execute in the shell script (Token, org name and repo name have been removed while reporting this issue):

export GITHUB_TOKEN=XXX

git-xargs
--loglevel DEBUG
--dry-run
--branch-name testing
--commit-message "Creation File Test"
--repo <org-name>/<repo-name>
touch hello-world.txt

Please advise what the issue might be, thank you.

@zackproser
Copy link
Contributor

Hi @akohjialing - which version of git-xargs are you running? Does this occur when you use the latest release?

What happens when you run just your script alone, outside of git-xargs? Could you try using any of these flags to debug your script and see if something is causing it to hang?

@zackproser
Copy link
Contributor

Given that I'm pretty confident I know this was caused by a bad release version in the past, and I'm pretty sure that this issue has since been fixed, I'm going to close this out due to inactivity. If you are able to reproduce with a minimal test case and version feel free to re-open. Thanks!

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

2 participants