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

Error while creating new app #144

Open
suatatan opened this issue Mar 24, 2024 · 1 comment
Open

Error while creating new app #144

suatatan opened this issue Mar 24, 2024 · 1 comment

Comments

@suatatan
Copy link

Here is the error

(starfyre-py3.11) C:\Users\SuatAtan\Downloads\starfyre\starfyre\test_application>python -m starfyre --create='appx'
Cloning into ''appx''...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
@aniketkumar7
Copy link

The error message indicates that there's an issue with accessing the Git repository using SSH keys.

  1. Check if you have generated SSH keys on your machine. If not, you can generate them using the following command:

ssh-keygen -t rsa -b 4096 -C "[email protected]"

  1. Add Your Public Key to GitHub:
    After generating the key pair, add the public key (id_rsa.pub) to your GitHub account via the website.

  2. Verify the Repository URL

  3. Restart Your Command Line and Retry Cloning

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

No branches or pull requests

2 participants