当我运行 git rebase -i 时,我在 emacs 中得到了绝对可怕的 Rebase 模式。
这仅接受一些预定义的命令,如
c -> 选择
r -> 改写
等等...
即使我更改为文本模式,emacs 也会自动神奇地使 git-rebase-todo 文件只读。我怎样才能禁用它?
我发现的唯一解决方案是使用 vim 作为编辑器(我不想要的东西,我一般喜欢 emacs)
为什么 ssh -v 说:
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/<user>/.ssh/id_rsa
Run Code Online (Sandbox Code Playgroud)
这条消息似乎说它通过网络发送我的私钥(id_rsa)?但我怀疑我误解了这里的“提供”是什么意思。