From d47c5424ad4768b40b50d2eaf5d019b8d27083d2 Mon Sep 17 00:00:00 2001 From: AndroidKitKat Date: Wed, 11 Nov 2020 18:11:27 -0500 Subject: [PATCH] Add Fork to FAQs (#159) * Add Fork to FAQ's * Update FAQ.md Co-authored-by: Max Goedjen --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.md b/FAQ.md index 04bb227..990939b 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` (the path should match the socket path from the setup flow). + +``` +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.