From 08454ab7d3302fde56b948f2910962e18f62d3d2 Mon Sep 17 00:00:00 2001 From: AndroidKitKat <kitkat@hey.com> Date: Wed, 11 Nov 2020 16:32:26 -0500 Subject: [PATCH] Add Fork to FAQ's --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.md b/FAQ.md index 04bb227..f7c6f34 100644 --- a/FAQ.md +++ b/FAQ.md @@ -12,6 +12,13 @@ Tower - [Instructions](https://www.git-tower.com/help/mac/integration/environmen GitHub Desktop: Should just work, no configuration needed +Fork - Add this to your ~/.ssh/config + +``` +Host * + IdentityAgent /Users/$YOUR_USERNAME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh +``` + ### Secretive isn't working for me Please run `ssh -Tv git@github.com` in your terminal and paste the output in a [new GitHub issue](https://github.com/maxgoedjen/secretive/issues/new) with a description of your issue.