Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.07 KB

FAQ.md

File metadata and controls

20 lines (10 loc) · 1.07 KB

Table of Contents

  1. "Bad Credentials" Error
  2. Custom key bindings

1. "Bad Credentials" Error Top ▲

Some users have trouble pushing/pulling from remotes and adding their ssh-key to their ssh-agent solved the issue. The error they get is:

See gihtub's excellent documentation for Adding your SSH Key to the ssh-agent

Note that in some cases adding the line ssh-add -K ~/.ssh/id_ed25519(or whatever your key is called) to your bash init script is necessary too to survive restarts.

2. Custom key bindings Top ▲

If you want to use vi-style keys or customize your key bindings in any other fassion see the specific docs on that: key config