jtarchie / github-pullrequest-resource

Provides a Github pull request resource for concourse CI.
MIT License
141 stars 102 forks source link

pull requests fail on private repos with "fatal: could not read Username for 'https://github.com': No such device or address" #203

Closed ghost closed 6 years ago

ghost commented 6 years ago

Describe the bug when trying to use this resource with private repos I get this error "fatal: could not read Username for 'https://github.com': No such device or address"

To Reproduce

Expected behavior I would expect passing in a token with the right permissions to be all that is needed on testing pull requests between public and private repos.

Many thanks

ghost commented 6 years ago

Please ignore above. I am sorry. Setting the uri to use ssh fixed the issue.

Kind Regards

Simon