You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a IDEasy user, I want not see strange errors in my log so that I can focus on my project and do not get confused.
Actual behavior
Running command 'C:\Program Files\Git\cmd\git.exe' with arguments 'rev-parse' '@{u}'
failed with exit code 128!
@{u}
fatal: ambiguous argument '@{u}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Failed to get the remote commit id.
Running command 'C:\Program Files\Git\cmd\git.exe' with arguments 'fetch' 'origin' 'feature/JIRA-7480'
failed with exit code 128!
fatal: couldn't find remote ref feature/JIRA-7480
Git fetch for 'origin/feature/JIRA-7480 failed.'.
Running command 'C:\Program Files\Git\cmd\git.exe' with arguments 'rev-parse' '@{u}'
failed with exit code 128!
@{u}
fatal: ambiguous argument '@{u}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Failed to get the remote commit id.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Create an IDEasy project
Create some custom feature branches
ide status (e.g. can be more or less any ide command as long as it is not processable output)
Git is a tricky beast.
Driving implementation with stackoverflow answers is not leading to robust software :)
IMHO the current solution is only working when there are no other (local) branches.
This may apply for average users and most of our developers but in reality a lot more can happen...
Affected version:
2024.12.002-beta
The text was updated successfully, but these errors were encountered:
Expected behavior
As a IDEasy user, I want not see strange errors in my log so that I can focus on my project and do not get confused.
Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide status
(e.g. can be more or less any ide command as long as it is not processable output)Related/Dependent Issues
#161
#467
Comments/Hints:
Git is a tricky beast.
Driving implementation with stackoverflow answers is not leading to robust software :)
IMHO the current solution is only working when there are no other (local) branches.
This may apply for average users and most of our developers but in reality a lot more can happen...
Affected version:
The text was updated successfully, but these errors were encountered: