[Docs] SSH Key Configuration for WSL 2 Setup #94
Closed
Maarten-Dekker
started this conversation in
Ideas
Replies: 1 comment
-
This was fixed in v2.1.0. Thanks for submitting this! https://github.com/serversideup/spin/releases/tag/v2.1.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👉 The problem
Setting up a new WSL 2 environment and proceeding with the
spin version
command works flawlessly. However, the next step, which involves initializing a project withspin init <template>
orspin new laravel my-billion-dollar-idea
, hits a snag due to the absence of an SSH key linked to the GitHub account. This results in the following error:This issue prevents any further progress in the installation process.
🏆 How to solve this problem
To address this, include a prerequisite step in the documentation. Users should be guided to configure an SSH key in their GitHub account before initiating a project setup. The following steps can be added to the documentation to facilitate this process:
Incorporating these steps ensures users have the necessary access rights, thereby avoiding the aforementioned error and smoothing out the project initialization phase.
Note: i am not well-versed in WSL or Linux, there could potentially be a simpler method. However, the steps I've outlined have effectively resolved the issue for me.
Beta Was this translation helpful? Give feedback.
All reactions