Accessing private git repository via pubspec.yml failed. #32357
Replies: 1 comment 4 replies
-
Hi there, A maintainer wants you to find and share a specific log message ( If you self-host Renovate: make sure you run Renovate with Find the relevant dependency/dependencies in the log message, and copy/paste those parts into this discussion. If you do not know which bits we need, you can copy/paste the full log message. Read the Renovate docs, Troubleshooting to learn more about getting the docs, and getting the correct type of logs. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
What I want to do
Managing library on pubspec.yml with git private url.
Like this.
What I tried
I saw some references below.
https://docs.renovatebot.com/getting-started/private-packages/
#21818
And tried some configs.
I set PAT on Mend configurations page before trying.
https://api.github.com/repos/my-org/my-repo
https://api.github.com/repos/my-org
https://api.github.com/repos/my-org/
github-tags
https://api.github.com/repos/my-org/
dart
troubleshooting
After I tried, I found a debug log on configuration page like this.
It seems that even if the git url specified on pubspec.yml, renovate tried to fetch package from https://pub.dartlang.org/.
What I want to know
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions