I have 2 local branches called master and working. I have a couple of commits on working and one commit on master. I wanted to bring the changes from master to working.
I currently have the ‘working’ branch checked out. I tried rebasing with ‘master’. It showed one conflict file. I resolved the conflict and added the file to git. Now if I continue Rebase, i get the following error:

Could you please help me solve this problem?
the exceed file was coming because I had an installer exe. I just ignored the file and it resolved.