Unable to clone the github repo #6782
Replies: 3 comments 6 replies
-
|
What you have looks mostly correct. Two things:
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks @crsimmons for the reply. |
Beta Was this translation helpful? Give feedback.
-
|
You may check your worker configuration. I hit once this error in my dev environment, where I badly set |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am very new to Concourse and trying my hands dirty on this, but has stuck at very first level.
What am I doing?
I am trying to pull a private repository from github.
My config files -
main.yml
private.yml -
Command:
.\fly.exe -t devops set-pipeline --pipeline hello -c .\main.yml -l .\private.ymlgit pull is working locally for me but not when I try to un my pipeline in Concourse. Getting error below -
Not sure what is missing.
If I try with url (uri: https://github.com/user/test.git), getting error below -
selected worker: ip-10-30-0-27
Identity added: /tmp/git-resource-private-key (/tmp/git-resource-private-key)
Cloning into '/tmp/git-resource-repo-cache'...
fatal: unable to access 'https://github.com/user/test.git/': Could not resolve host: github.com
System details -
Beta Was this translation helpful? Give feedback.
All reactions