I am having problems trying to push my commits to my remote repository after I refactored the project and folder structure earlier in the course. I can successfully commit, however, when I try to push to my remote repository I get the following message:
open C:\Users\Andrew Moran\Documents\Game Engines\Unreal\UnrealCourse\05_TestingGrounds\TestingGrounds\Content\Weapons\FPWeapon\Behaviour\FirstPersonProjectile.uasset: The system cannot find the path specified.
error: failed to push some refs to 'https://github.com/andrewmo2014/TestingGrounds.git'
I cannot find any refs on my local and remote repos with the above path. Anyway to ignore or remove any past refs to this file? I’m confused why the message starts with "open "
Thanks