When I try to checkout to a branch i get the following error.
"19.10.4+Branch.support-v2019.10.Sha.fe819a658cad0585a64d2f8af94fad5c30b8d122
Local unversioned files would be overwritten (see Details). Please commit or remove them and try again.
C:\Users\alvaro.j.nobre\Desktop\YKK-Forecast\UiPath.local\nuget.cache.backup"
1 Like
You have to commit that change before checking out to another branch. Click this icon to do so:
I have no commits to push.
Try closing studio and re-opening the project. Something may not be updating properly.
Nithin_P
(Nithin Prabhu)
March 7, 2020, 3:50am
5
Looks like the content in C:\Users\alvaro.j.nobre\Desktop\YKK-Forecast\UiPath.local\nuget.cache.backup was updated locally. You can force overwrite as the content present inside C:\Users\alvaro.j.nobre\Desktop\YKK-Forecast\UiPath.local\nuget.cache.backup doesn’t really make any difference.
Regards,
Nithin
Welcome to community @alvaro.j.nobre ,
If you are using git then run following command if you have nothing commit:
Git reset --hard
1 Like
santosh2
(Santosh)
October 5, 2021, 2:13pm
7
Try to generate new clone username and password. Pass those into UiPath studio when you commit and push