-
Notifications
You must be signed in to change notification settings - Fork 3
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
Failed to read command
when attempting ion summon
#48
Comments
what does it say if you run RUST_LOG=debug ion summon also what OS are you on? is this a linux distro? |
|
It seems the following command doesn't work git symbolic-ref refs/remotes/origin/HEAD this command is for getting the current default branch, could you try it locally and see if this fails? |
This is on Ubuntu 22.04. It is on git 2.37.2 The command indeed fails:
But this issue seems very similar and seems to suggest a workaround jhauberg/gitdoctor#3
|
Or maybe there is some standard way to create |
Another place where a similar issue has popped up dhimmel/manubot-rootstock@667d170 |
So I wrote that because of this StackOverflow post: https://stackoverflow.com/questions/28666357/how-to-get-default-git-branch Maybe there is a more robust way of detecting the default repo branch in the remote repo, the other way might be using the GitHub API to get the default repo branch, I'm not sure if how it works yet. |
If I first run |
Hmm, I think I need to understand when |
I installed
ion
in a local path, successfully authenticated it to github, successfully usedbump
but thensummon
is erroring with error code 101:Not really sure what to do to debug now
The text was updated successfully, but these errors were encountered: