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

Private Repo not deploying #73

Open
meldsza opened this issue Feb 21, 2017 · 1 comment
Open

Private Repo not deploying #73

meldsza opened this issue Feb 21, 2017 · 1 comment

Comments

@meldsza
Copy link
Collaborator

meldsza commented Feb 21, 2017

I have everything setup for a public repo but i cant deploy a private Repo even though the configured account on the server has access to the Repo.

pod-web-service-2 (err): Permission denied (publickey).
pod-web-service-2 (err): fatal: Could not read from remote repository.
pod-web-service-2 (err): Please make sure you have the correct access rights
pod-web-service-2 (err): and the repository exists.
pod-web-service-2 (err): error: Could not fetch origin
@taylorzane
Copy link
Contributor

Do you have something in ~/.ssh/config like this?

Host github.com
  HostName github.com
  IdentityFile /root/.ssh/id_rsa_my_production_server_deploy_key
  IdentitiesOnly yes

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