mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-24 14:37:08 +00:00
Add Fork to FAQs (#159)
* Add Fork to FAQ's * Update FAQ.md Co-authored-by: Max Goedjen <max.goedjen@gmail.com>
This commit is contained in:
parent
b85acebae1
commit
d47c5424ad
7
FAQ.md
7
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
|
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
|
### 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user