-
-
Notifications
You must be signed in to change notification settings - Fork 277
Error : Permission denied #59
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
Comments
you have no access to your keys under user, running script if you want an step by step guide how to fix it, please specify your os if it is linux or mac, please provide results of following commands:
|
its windows |
For Windows, follow these steps: 1. Check or Generate SSH Keys dir ~/.ssh If ssh-keygen -t rsa -b 4096 -C "[email protected]" When prompted, save the key in the default location (C:\Users<YourUsername>.ssh\id_rsa) and set a passphrase if desired. eval "$(ssh-agent -s)" Add your SSH private key to the agent: ssh-add C:\Users\<YourUsername>\.ssh\id_rsa 3. Add the SSH Key to GitHub type C:\Users\<YourUsername>\.ssh\id_rsa.pub Log in to GitHub and go to Settings > SSH and GPG keys > New SSH key. ssh -T [email protected] If successful, you'll see a message like: Hi username! You've successfully authenticated, but GitHub does not provide shell access. TroubleshootingPermission Denied After These Steps: git config --global user.name "Your Name"
git config --global user.email "[email protected]" |
|
I solved it by creating a token (classic) that has permissions for everything then u can run the py with:
|
Error :
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
The text was updated successfully, but these errors were encountered: