logseq git同期(ssh)
基本的にこれやこれを読めになるのだが、一部特殊設定をしていてハマったので書く
git bashでこれらの設定をおこなう
gitのcore.sshCommand設定
git bashでssh-add -Lを叩いてみると、Windowsのssh-agentとつながっていないことがわかるので、直接指定してあげる
code:git bash
git config --global core.sshCommand "'/c/Program Files/OpenSSH/ssh.exe'"
remote urlミスったらGithubログインウインドウがうるさくてワロタ
https://scrapbox.io/files/680902c5dde2a9af583703f3.png
番外
Github cliを使う
wincredをcredential helperにすればよさそう
#Windows #logseq #ssh-agent