You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Bruce edited this page May 14, 2015
·
5 revisions
You need git credentials to be able to aggregate your various documentation sources. For example, if you are using both GitHub and Bitbucket to store different documentation sections, you need to configure git credentials so that both services can be accessed.
In order to configure git access to these repos, we'd need each service (GitHub and Bitbucket) to have our public key. It's possible to have separate public keys for each service.
Create ~/.ssh/config to configure this. It must have read/write permissions for the user, and be inaccessible to all other users (this is chmod 0600 ~/.ssh/config).
~/.ssh/config should contain something like the following: