Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Unable to find refs/remotes/origin/HEAD revision in submodule path 'emrd113_brain' #806

Open
naive231 opened this issue Nov 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@naive231
Copy link

naive231 commented Nov 9, 2024

Describe the bug

I had confirmed that no errors in git commands, but obsidian-git can't run normally.

Relevant errors (if available) from notifications or console (CTRL+SHIFT+I)

No response

Steps to reproduce

Each automatic runs, 100% reproducible.

image

Expected Behavior

Successfully add, commit, push and pull operations while running of the plugin.

Addition context

After the bug reproduced, I do diagnostics in BASH:

image

I don't see any error with git commands.

Operating system

macOS

Installation Method

None

Plugin version

2.28.2

@naive231 naive231 added the bug Something isn't working label Nov 9, 2024
@naive231
Copy link
Author

naive231 commented Nov 9, 2024

I also copied debug info with cmd+shift+i:

{
    "settings": {
        "commitMessage": "vault backup: {{date}}",
        "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
        "autoSaveInterval": 1,
        "autoPushInterval": 0,
        "autoPullInterval": 1,
        "autoPullOnBoot": true,
        "disablePush": false,
        "pullBeforePush": true,
        "disablePopups": true,
        "disablePopupsForNoChanges": false,
        "listChangedFilesInMessageBody": false,
        "showStatusBar": true,
        "updateSubmodules": true,
        "syncMethod": "merge",
        "customMessageOnAutoBackup": false,
        "autoBackupAfterFileChange": true,
        "treeStructure": false,
        "refreshSourceControl": true,
        "basePath": "",
        "differentIntervalCommitAndPush": false,
        "changedFilesInStatusBar": false,
        "showedMobileNotice": true,
        "refreshSourceControlTimer": 7000,
        "showBranchStatusBar": true,
        "setLastSaveToLastCommit": false,
        "submoduleRecurseCheckout": true,
        "gitDir": "",
        "showFileMenu": true,
        "authorInHistoryView": "hide",
        "dateInHistoryView": false,
        "lineAuthor": {
            "show": false,
            "followMovement": "inactive",
            "authorDisplay": "initials",
            "showCommitHash": false,
            "dateTimeFormatOptions": "date",
            "dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
            "dateTimeTimezone": "viewer-local",
            "coloringMaxAge": "1y",
            "colorNew": {
                "r": 255,
                "g": 150,
                "b": 150
            },
            "colorOld": {
                "r": 120,
                "g": 160,
                "b": 255
            },
            "textColorCss": "var(--text-muted)",
            "ignoreWhitespace": false,
            "gutterSpacingFallbackLength": 5,
            "lastShownAuthorDisplay": "initials",
            "lastShownDateTimeFormatOptions": "date"
        },
        "autoCommitMessage": "vault backup: {{date}}"
    },
    "pluginVersion": "2.28.2"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant