在Git中合并python文件时会发生错误。请分享您的想法。如何删除所有pyc文件并合并内容。当它从存储库中提取更新时会发生此错误。这些 pyc 文件会经常更新。当我从存储库中提取更新时,每次都会发生这些错误
error: The following untracked working tree files would be overwritten by merge:
addressbook/views.pyc
allauth/account/admin.pyc
allauth/account/auth_backends.pyc
allauth/account/context_processors.pyc
allauth/account/forms.pyc
allauth/account/management/__init__.pyc
allauth/account/urls.pyc
allauth/account/views.pyc
allauth/exceptions.pyc
allauth/socialaccount/adapter.pyc
allauth/socialaccount/admin.pyc
allauth/socialaccount/app_settings.pyc
allauth/socialaccount/context_processors.pyc
allauth/socialaccount/forms.pyc
allauth/socialaccount/helpers.pyc
allauth/socialaccount/providers/base.pyc
allauth/socialaccount/providers/facebook/forms.pyc
allauth/socialaccount/providers/facebook/locale.pyc
allauth/socialaccount/providers/facebook/provider.pyc
allauth/socialaccount/providers/facebook/urls.pyc
allauth/socialaccount/providers/facebook/views.pyc
allauth/socialaccount/providers/google/provider.pyc
allauth/socialaccount/providers/google/urls.pyc
allauth/socialaccount/providers/google/views.pyc
allauth/socialaccount/providers/linkedin/provider.pyc
allauth/socialaccount/providers/linkedin/urls.pyc
allauth/socialaccount/providers/linkedin/views.pyc
allauth/socialaccount/providers/oauth/__init__.pyc
allauth/socialaccount/providers/oauth/client.pyc
allauth/socialaccount/providers/oauth/provider.pyc
allauth/socialaccount/providers/oauth/urls.pyc
allauth/socialaccount/providers/oauth/views.pyc
allauth/socialaccount/providers/oauth2/__init__.pyc
allauth/socialaccount/providers/oauth2/client.pyc
allauth/socialaccount/providers/oauth2/provider.pyc
allauth/socialaccount/providers/oauth2/urls.pyc
allauth/socialaccount/providers/oauth2/views.pyc
allauth/socialaccount/providers/twitter/provider.pyc
allauth/socialaccount/providers/twitter/urls.pyc
allauth/socialaccount/providers/twitter/views.pyc
allauth/socialaccount/signals.pyc
allauth/socialaccount/urls.pyc
allauth/socialaccount/views.pyc
allauth/urls.pyc
crispy_forms/base.pyc
crispy_forms/bootstrap.pyc
crispy_forms/exceptions.pyc
crispy_forms/helper.pyc
crispy_forms/layout.pyc
crispy_forms/layout_slice.pyc
crispy_forms/utils.pyc
feeds/views.pyc
lettertemplate/forms.pyc
lettertemplate/views.pyc
quorum/forms.pyc
quorum/views.pyc
registration/admin.pyc
registration/forms.pyc
registration/models.pyc
registration/urls.pyc
registration/views.pyc
rosetta/polib.pyc
rosetta/poutil.pyc
rosetta/signals.pyc
rosetta/storage.pyc
rosetta/urls.pyc
rosetta/views.pyc
Please move or remove them before you can merge.
Aborting