Add Fork to FAQ's

This commit is contained in:
AndroidKitKat 2020-11-11 16:32:26 -05:00 committed by GitHub
parent b85acebae1
commit 08454ab7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
FAQ.md
View File

@ -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.