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

Permission denied (publickey). #165

Closed
asimsoroya opened this issue Dec 23, 2017 · 2 comments
Closed

Permission denied (publickey). #165

asimsoroya opened this issue Dec 23, 2017 · 2 comments

Comments

@asimsoroya
Copy link

Hi I am trying to clone from this repo and getting permission error, is it publicly available if yes why im getting the error thanks

@nfourteen
Copy link
Contributor

Where are you getting a "permission denied (publickey)" error? If you were trying to clone this repo and got that error, then see Connecting to Github with SSH and make sure you've added your SSH key to the ssh-agent via ssh-add. You can check if it has been added to the agent with ssh-add -l.

If you were able to clone this repo and got the error while running the bash init_project.sh script, it's because the box is trying to clone the Magento repo, but doesn't have access to the host's SSH keys. Add config.ssh.forward_agent = true to the end of the Vagrantfile. Or create new SSH keys in the box and set them up in Github.

@paliarush
Copy link
Owner

@nfourteen Thanks for answering the question, added it to the FAQ section for others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants