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
CheckoutConflictException is thrown if you try to checkout some file which was modified locally and this modification isn't yet tracked in git. This is done to prevent that checking out a version of that file would have the effect that you would loose this local modification.
I often have this error during Pull :
Exception caught during execution of merge command. org.eclipse.jgit.errors.CheckoutConflictException: Checkout conflict with files: etc ....
This error occurred very frequently . What could be the possible reason ?
Please refer screenshot for more detail.
The text was updated successfully, but these errors were encountered: