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
The build process cannot resolve package dependencies because it cannot fetch private git packages.
I could not find any documentation on gitPrivateToken so I tried piecing it together from the issue #161 and the PR #287.
An error occurred while resolving packages:
Project has invalid dependencies:
solutions.smartcave.common: Error when executing git command. fatal: Cannot prompt because terminal prompts have been disabled.
fatal: could not read Username for 'https://github.com/': terminal prompts disabled
You may need to set up a Git credentials helper
to access a private repository.
solutions.smartcave.creatortools: Error when executing git command. fatal: Cannot prompt because terminal prompts have been disabled.
fatal: could not read Username for 'https://github.com/': terminal prompts disabled
You may need to set up a Git credentials helper
to access a private repository.
I tried cloning the package repos using the private tokens via git bash which works.
So I guess the build process is not properly using the private token for some reason.
I would appreciate any help with the issue as I am running out of ideas 🤷
The text was updated successfully, but these errors were encountered:
The problem seems to be that the "gitPrivateToken" feature has only been added for linux.
I will try to get my pipeline running on linux for now and see if I can port it to windows if I get to it.
I can confirm that building with private packages works on linux.
The build process cannot resolve package dependencies because it cannot fetch private git packages.
I could not find any documentation on gitPrivateToken so I tried piecing it together from the issue #161 and the PR #287.
I did the following steps:
This is my main.yml:
And this is the error:
I tried cloning the package repos using the private tokens via git bash which works.
So I guess the build process is not properly using the private token for some reason.
I would appreciate any help with the issue as I am running out of ideas 🤷
The text was updated successfully, but these errors were encountered: