You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugin:obsidian-git:34226 Uncaught (in promise) TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
at getData (plugin:obsidian-git:34226:62)
at async openLineInGitHub (plugin:obsidian-git:34167:16)
if you have anything but git@github.com: it won't work.
Why would you use personal-git@github.com or anything different from git@github.com This shouldn't be about your local configuration, but about what user is used for the ssh connection to github.
Describe the bug
plugin:obsidian-git:34226 Uncaught (in promise) TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
at getData (plugin:obsidian-git:34226:62)
at async openLineInGitHub (plugin:obsidian-git:34167:16)
if you have anything but
git@github.com:
it won't work.Example
personal-git@github.com:...
git@github.com-personal:...
and so on.
Error occurs here
https://github.com/denolehov/obsidian-git/blob/1d81577877ccb548b06fb91036a246aa442a41ae/src/openInGitHub.ts#L84
Relevant errors (if available) from notifications or console (
CTRL+SHIFT+I
)No response
Steps to reproduce
Have have anything but
git@github.com:
in remoteExpected Behavior
No response
Addition context
No response
Operating system
macOS
Installation Method
None
Plugin version
2.22
The text was updated successfully, but these errors were encountered: