At least I don’t have commitment issues. (I have searched the forum and nothing else seems like this)
In past few days? Git Push to github.com have failed. The error message is:
git obsidian error: Pushing to https://github.com/mlevison/MarkPKM.git
fatal: could not read Username for ‘https://github.com’: Device not configured
The console.log shows the following stack trace:
Uncaught (in promise) Error: Pushing to https://github.com/mlevison/MarkPKM.git
fatal: could not read Username for ‘https://github.com’: Device not configured
at Object.action (plugin:obsidian-git:29441:25)
at PluginStore.exec (plugin:obsidian-git:29466:25)
at eval (plugin:obsidian-git:26971:43)
at new Promise (<anonymous>)
at GitExecutorChain.handleTaskData (plugin:obsidian-git:26969:16)
at GitExecutorChain.eval (plugin:obsidian-git:26953:44)
at Generator.next (<anonymous>)
at fulfilled (plugin:obsidian-git:25798:24)
The error seems strange, I check the local git config and my username is present. Further I can use the GitDesktop client to do the push manually, I just miss the automation. What have I missed?