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
The modified *.mac I know about, but git would normally be fine with branchcheckout when a file is modified. It looks like the branchname is causing a fatal severe error. The branch being checked out via the studio Git UI is feature/chgNNNNNN_some_description
The error mentions another branch feature/smxc_latest
which also exists in the repo, but wasn't checked out immediately previously. My guess is the slash is confusing the scripts in some way, causing multiple branch names containing feature/* to clash in some way? Just my guess!
Doing the checkout of the same branch via Git bash works fine:
Switched to a new branch 'feature/chg0172358_contact_detail_BEDs'
M rtn/saCLN05.mac
branch 'feature/chg0172358_contact_detail_BEDs' set up to track 'origin/feature/chg0172358_contact_detail_BEDs'.
Thanks,
Chris
The text was updated successfully, but these errors were encountered:
Perhaps the slashes need escaping in the branch name?
isc-tleavitt
added
bug
Something isn't working
customer
Based on customer feedback (as opposed to something identified by developers)
labels
Dec 7, 2023
The full error is:
The modified *.mac I know about, but git would normally be fine with branchcheckout when a file is modified. It looks like the branchname is causing a fatal severe error. The branch being checked out via the studio Git UI is
feature/chgNNNNNN_some_description
The error mentions another branch
feature/smxc_latest
which also exists in the repo, but wasn't checked out immediately previously. My guess is the slash is confusing the scripts in some way, causing multiple branch names containing
feature/*
to clash in some way? Just my guess!Doing the checkout of the same branch via Git bash works fine:
Thanks,
Chris
The text was updated successfully, but these errors were encountered: