DEV Community

Discussion on: Setting up multiple github accounts on the same computer (without having to change the repo url)

Collapse
 
linielson profile image
Linielson Rosa

Very good, thanks for sharing!

I had to change the config file, because I received this message:
'/.ssh/config: line 6: Bad configuration option: usekeychain'

The solution:
Host *
IgnoreUnknown UseKeychain
UseKeychain yes

stackoverflow.com/a/47455373