-
-
Notifications
You must be signed in to change notification settings - Fork 438
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When i try to do the first commit that triggers authentication, It asks the username twice and then the password. The weird part is, the second username call IS ACTUALLY THE PASSWORD and the third one means nothing.
I'm saying this because after a long time trying other methods i actually just put my username on the first username check, and the password on the second username check and absolutely nothing on the pass check and it finally worked.
Relevant errors (if available) from notifications or console (CTRL+SHIFT+I)
remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/Kevin-Magli/obsidian-master-vault.git/'
btw i didn't understand about the password vs token concept yet so there are two errors there. Regardless, the second username gets treated as a password so the result is the same.
Steps to reproduce
- Open a fresh Obsidian Git install on a non-authenticated vault
- Set remote origin
- Put the username when it asks you to (both times)
- Receive an invalid username or token error
Expected Behavior
Obviously i expected username to ask me just once lol.
Addition context
No response
Operating system
Linux
Installation Method
Other
Plugin version
2.35.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working