Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix ssh test command #277

Merged
merged 2 commits into from
Nov 21, 2024
Merged

docs: Fix ssh test command #277

merged 2 commits into from
Nov 21, 2024

Conversation

tyler36
Copy link
Contributor

@tyler36 tyler36 commented Nov 21, 2024

The Issue

The current command generates an error:

❯ ssh [email protected] [email protected]
Invalid command: [email protected]
You appear to be using ssh to clone a git:// URL.

Confirmed issues in the following terminals:

  • PowerShell 7.4.6
  • Windows Powershell 5.1.22621.4391
  • Git bash 2.47.0.windows.2

How This PR Solves The Issue

Update the command.
Now generates the following:

❯  ssh [email protected]
Enter passphrase for key '/c/Users/XXXXXX/.ssh/id_ed25519':
Hi XXXXXX! You've successfully authenticated, but GitHub does not provide shell access.

Manual Testing Instructions

Automated Testing Overview

Related Issue Link(s)

Release/Deployment Notes

@tyler36 tyler36 changed the title Fix ssh test command docs: Fix ssh test command Nov 21, 2024
@tyler36
Copy link
Contributor Author

tyler36 commented Nov 21, 2024

Copy link
Member

@rfay rfay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay, @tyler36 is back! Life can move forward again!

src/content/blog/windows-ddev-setup.md Show resolved Hide resolved
@rfay
Copy link
Member

rfay commented Nov 21, 2024

Thanks, will pull when you're ready, thanks for -T ! Great to have you back.

@tyler36
Copy link
Contributor Author

tyler36 commented Nov 21, 2024

Ready when you are.

@rfay rfay merged commit 1b3db8e into ddev:main Nov 21, 2024
1 check passed
@rfay
Copy link
Member

rfay commented Nov 21, 2024

Would appreciate any other improvements on that blog!

@tyler36 tyler36 deleted the patch-1 branch November 28, 2024 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants