Create Deep Dive #1: Repository Pull Mirroring Was this helpful? Yes No It wasn't accurate.
Problem Pushing to a git repository that has been configured as a mirror does not work, reporting an error like this: error: -mirror and -tags are incompatible. Still need help? The Atlassian Community is here for you. Related content No related content found. You should not need the -mirror option with SourceTree anyway since it defaults to selecting your tracked branches in the push dialog, and reducing typing is not an issue. Please create another remote pointing to the same location without the forced -mirror option for example, create it inside SourceTreeor remove this option from the remote in your. Unfortunately git provides no way to override the forced -mirror option so effectively this remote is not usable with SourceTree. This forces git to add -mirror to the command line which is incompatible with some more specific options, such as -tags, which SourceTree uses to push tags by default. Pushing to a git repository that has been configured as a mirror does not work, reporting an error like this.