Git Pull Error:The following untracked working tree files would be overwritten by merge

Error reason: some files not submitted to the staging area will be covered by the remote warehouse. Please move or remove these files

git clean –dfx  

Delete some files without git add.

Read More: