Conflict with .git file
-
My WordPress installation is hosted into a git repository.
I’ve downloaded your plugin and copied it to my WordPress
/plugins
folder. The plugin seems to work fine, but when I try to add and commit theall-in-one-schemaorg-rich-snippets
folder to my git repo, the commit only contains something like…Subproject commit 6fd5dff1f3de0cfcacc46c453c32a53c8561f3bb
…but not the plugin itself.
I’ve seen that a
.git
hidden file is located within theall-in-one-schemaorg-rich-snippets
plugin folder, causing the mentioned conflict. So fixing the issue is as easy as getting rid of this.git
file:cd your-wordpress-site/wp-content/plugins/all-in-one-schemaorg-rich-snippets
rm -rf .git
Hope it helps.
https://www.ads-software.com/plugins/all-in-one-schemaorg-rich-snippets/
- The topic ‘Conflict with .git file’ is closed to new replies.