You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==== Output ====
2022-04-29T19:05:24.7248037Z ##[section]Starting: gitsync
2022-04-29T19:05:24.8717434Z ==============================================================================
2022-04-29T19:05:24.8718112Z Task : Publish Git Repo
2022-04-29T19:05:24.8718358Z Description : Lets you Sync your Git repository with another
2022-04-29T19:05:24.8718563Z Version : 1.3.48
2022-04-29T19:05:24.8718726Z Author : Martin Hinshelwood
2022-04-29T19:05:24.8719572Z Help : v1.3.48 More Information
2022-04-29T19:05:24.8720023Z ==============================================================================
2022-04-29T19:05:27.0945748Z Switched to a new branch 'azure-pipelines-pipelines-push-to-git'
2022-04-29T19:05:27.0946684Z Branch 'azure-pipelines-pipelines-push-to-git' set up to track remote branch 'azure-pipelines-pipelines-push-to-git' from 'origin'.
2022-04-29T19:05:29.9739290Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:30.3508927Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:30.3793262Z fatal: could not read Password for 'https://$(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)@github.com': terminal prompts disabled
2022-04-29T19:05:31.8258942Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:32.1624600Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:32.1775187Z fatal: could not read Password for 'https://$(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)@github.com': terminal prompts disabled
2022-04-29T19:05:33.5982532Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:33.9725637Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:33.9856390Z fatal: could not read Password for 'https://$(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)@github.com': terminal prompts disabled
2022-04-29T19:05:34.0177365Z ##[section]Finishing: gitsync
The text was updated successfully, but these errors were encountered:
So when I operate according to instructions I noticed 2 problems
What am I doing wrong?
Starter pipeline
Start with a minimal pipeline that you can customize to build and deploy your code.
Add steps that build, run tests, deploy, and more:
https://aka.ms/yaml
pool:
vmImage: windows-latest
steps:
script: echo Hello, world!
displayName: 'Run a one-line script'
script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
task: gitsync@1
inputs:
GitRepoUrl: 'https://$(ghp_<<PAT_OMMITTED>>)@github.com/AzAdmin-GuardianAngel360/GA360-APP.git'
==== Output ====
2022-04-29T19:05:24.7248037Z ##[section]Starting: gitsync
2022-04-29T19:05:24.8717434Z ==============================================================================
2022-04-29T19:05:24.8718112Z Task : Publish Git Repo
2022-04-29T19:05:24.8718358Z Description : Lets you Sync your Git repository with another
2022-04-29T19:05:24.8718563Z Version : 1.3.48
2022-04-29T19:05:24.8718726Z Author : Martin Hinshelwood
2022-04-29T19:05:24.8719572Z Help : v1.3.48 More Information
2022-04-29T19:05:24.8720023Z ==============================================================================
2022-04-29T19:05:27.0945748Z Switched to a new branch 'azure-pipelines-pipelines-push-to-git'
2022-04-29T19:05:27.0946684Z Branch 'azure-pipelines-pipelines-push-to-git' set up to track remote branch 'azure-pipelines-pipelines-push-to-git' from 'origin'.
2022-04-29T19:05:29.9739290Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:30.3508927Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:30.3793262Z fatal: could not read Password for 'https://$(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)@github.com': terminal prompts disabled
2022-04-29T19:05:31.8258942Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:32.1624600Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:32.1775187Z fatal: could not read Password for 'https://$(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)@github.com': terminal prompts disabled
2022-04-29T19:05:33.5982532Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:33.9725637Z fatal: Cannot prompt because user interactivity has been disabled.
2022-04-29T19:05:33.9856390Z fatal: could not read Password for 'https://$(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)@github.com': terminal prompts disabled
2022-04-29T19:05:34.0177365Z ##[section]Finishing: gitsync
The text was updated successfully, but these errors were encountered: