Pull the remote code to show that the local file has been deleted

when git pulled the code remotely, several deleted file records jumped locally, and the code failed to pull successfully

first of all, the local workspace and temporary storage area are clean and have not made any changes. I see that some code without Synchronize has executed the git pull command, but instead of updating it successfully, it prompts several files to be deleted (sometimes many, including some changes): please see the following figure

if you want to know what actions lead to such a result, no one has actually changed these files;

Jul.16,2021

look confused


this compiler is not often used
if the remote warehouse is guaranteed not to delete the above files,
which is the problem of conflicts between the local code and the remote code of these files

it should be to switch the local branch and switch the local branch back

.
Menu