ibvhefe / SelectiveCheckout

2 stars 2 forks source link

Failure authenticating to GitHub from ADO #6

Open spowser opened 6 months ago

spowser commented 6 months ago

Error:

Cloning into '.'... fatal: could not read Password for 'https://***@github.com'/: terminal prompts disabled

Repo is in Github.

This was just a test pipeline with the following

    steps:
      - checkout: none
      - task: SelectiveCheckout@0
        inputs:
          pathsToCheckout: 'src/testpath/*'

This is an existing repo with working pipelines in ADO.

git version 2.43.2

thomaslibin commented 6 months ago

Same Issue for me as well. git version 2.45.1

Vertexwahn commented 5 months ago

Same problem for me

ibvhefe commented 5 months ago

Hi. Thank you for your feedback. I was able to reproduce your issue, but my first fixing attempts failed. I will have a further look the upcoming days.

thuwas commented 1 month ago

Any updates?