-
Notifications
You must be signed in to change notification settings - Fork 4
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 resolve revision HEAD #34
Comments
@ynohat here the output of git status I assume that i am not running into detached HEAD. I have just clone the git repositery and try to run the "bossman status" from the master branch |
@fsipa is that still the output from bossman status, as opposed to git status? Thanks! |
@ynohat yes the output from bossman status give also the same error |
@fsipa sorry for the confusion. The error you are showing is the output of bossman commands. I am asking for the output of the |
Thanks a lot. Can you please share the output of
and
It would also be helpful if you could share details about how this occurred. Did you recently change workstations and are reinstalling? Was it an upgrade? Any change at all? Thanks a lot for helping me troubleshoot this. |
Oh I just tried on my M1 and it works fine, so I don't think it's something related to the processor architecture directly. I've rephrased the issue title accordingly. |
@ynohat here the commands output: I switch for 6 weeks from a Windows workingstation to Mac M1. So the setup went well. |
OK very clear, thank you.
|
@ynohat |
@ynohat Hi there, Somehow there was a version mismatch of the bossman installation. Now it is fine |
OK @fsipa, thanks for the update, do you still get the error though? |
I just released v0.42.1 which adds more detailed logs for when the error condition you are experiencing occurs.
|
@ynohat unfortunately the error is still there. I upgraded to the new version v0.42.1 and run the bossman status again |
@fsipa thanks for your patience with this; I'm surprised by the output, which does not contain the extra debug information I was expecting. Could you please share the output of
The intent is to check that the bossman you are executing is actually the one in If it is in a system wide location, then you should execute Then
To verify that you can |
@ynohat thank you for the help The output of the "which bossman" command is empty. Very strange. |
OK, let's try this command:
|
sorry, with --verbosity=DEBUG please |
@ynohat here it is |
I think I've got it. |
@ynohat
I have tried to remove this alias command and add it again, however the output of debug command still shows Popen cwd=/work |
Just in case: When you remove the alias you need to
`source ~/.bashrc`
Or re-open a new terminal, for the change to take effect.
After that, you should get "command not found", because the executable is not on your PATH, to fix this you can simply add the following line to your `~/.bashrc`:
`export PATH="/Users/fsi/Library/Python/3.9/bin/:$PATH"`
Then
`source ~/.bashrc`
At this point I'm hoping bossman will work for you.
|
Hi @ynohat i have tried it. But unfortunately it still not working. |
Hi @fsipa you really need to remove the alias from your .zshrc, it is not working and is causing our troubles.
And try again |
Hello @ynohat. Thank you for the support. I removed the alias from the .zshrc and it look now somehow different... |
OK, there is likely a |
Right, that's the one; please delete it |
SOLVED !! Incredible ...Now it worked fine. Thank you very much @ynohat, for the patience and the final solution. I learned a lot about bossman these last days |
I'm happy to know you folks are still happy users! Any time. |
@fsipa one last thing, that file should not be in source control, you should take steps to remove it from git and add it in With this, I'll close this and feel free to reopen if required. |
Bossman command are throwing the below error:
There are no problems with the git command because all the git command are working fine.
The text was updated successfully, but these errors were encountered: