Method 1 Delete your VistorUserCenter directory Enter the project root directory Run git submodule add the git address of your vistor plug-in src/zb_users/plugin/VistorUserCenter Method 2 Delete the .git directory under VistorUserCenter
The reason for this situation is that the submodule was not added correctly. Is there a .gitmodules file in the project root directory? The general content inside should be like this:
Method 1
Delete your VistorUserCenter directory
Enter the project root directory
Run git submodule add the git address of your vistor plug-in src/zb_users/plugin/VistorUserCenter
Method 2
Delete the .git directory under VistorUserCenter
The reason for this situation is that the submodule was not added correctly.
Is there a .gitmodules file in the project root directory? The general content inside should be like this:
There should be no .git directory in the src/zb_users/plugin/VistorUserCenter directory