Having issues commiting in SourceTree

So, i haven’t been able to commit because of an error i keep getting.

I figure i maybe deleted something i shouldn’t have, or something of the sort. My question is, exactly how do i go back and “catch up” my Source Tree properly? I am at the part of the developers course where it explains the “crash” in Unreal, and i went through that process, and my game works good, and VS works fine. But when i try to commit any changes, i get that error. Help please. Thanks! If you need any more information to help solve this, i will oblige as well as i can.

Anytime you have a project open it creates the .opendb extension which is what your seeing in your error. Basically it means a file is open which it won’t let you upload while it is open. Close the file and that .opendb gets removed. So just close your files before trying to commit and it should be fine.

1 Like

Thanks. I figured that out too late, and just decided to start over on the whole Building Escape section of the course i’m taking. Worked out for the better anyways, i’d say.