Unable to update PlexConnect - Ubuntu

Unable to update plexconnect on ubuntu getting the following: and re-ran git pull but still receiving same error. Could someone please assist 

 

git pull

Updating fe7c1df..afd8638

error: Your local changes to the following files would be overwritten by merge:

Settings.py

Please, commit your changes or stash them before you can merge.

Aborting

 
 
I deleted Settings.py and re-ran git pull but still receiving same error. Could someone please assist 
 

git pull

Updating fe7c1df..afd8638

error: Your local changes to the following files would be overwritten by merge:

Settings.py

Please, commit your changes or stash them before you can merge.

Aborting

 

 

For some reason you changed something in the source code - even deleting a whole file looks like a change to git.

You have to undo this change... something like this should work:

http://git-scm.com/book/en/v2/Git-Basics-Undoing-Things#Unmodifying-a-Modified-File

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.