Skip to content

Commit 74eb7dc

Browse files
committed
mention that you need to use ssh-agent if you have passphrases.
1 parent 85ce7b7 commit 74eb7dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/docs/usage/github-mode.md

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ If your team uses a complex GitHub workflow (e.g., with code owners, required re
138138
- **Authentication Problems**: Ensure you've run `gh auth login` successfully
139139
- **Permission Issues**: Verify you have write access to the repository
140140
- **Branch Protection**: Some repositories have branch protection rules that may prevent direct pushes
141+
- **SSH Passphrase Prompts**: If you use `git` with SSH keys that have passphrases, please [setup ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) to avoid being prompted for the passphrase during agent execution.
141142

142143
If you encounter any issues with GitHub mode, you can check the GitHub CLI status with:
143144

0 commit comments

Comments
 (0)