Руководитель моей группы пригласил меня в частный репозиторий GitHub для проекта Flutter.
Проект успешно работает на его компьютере, но когда я пытаюсь запустить его на своем компьютере (Windows + Android Studio), я получаю следующую ошибку:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.banuba.sdk:effect-player-adapter:1.47.0.
Required by: project :app
> Could not get resource 'https://maven.pkg.github.com/Banuba/...'
> Could not GET 'https://maven.pkg.github.com/Banuba/...'.
Received status code 401 from server: Unauthorized
> Could not resolve com.banuba.sdk:pe-sdk:1.2.17.
I checked the build.gradle file and found that the project includes these private Maven repositories:
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/Banuba/banuba-ve-sdk")
credentials {
username = "Banuba"
password = ""
}
}
maven {
name = "ARCloudPackages"
url = uri("https://maven.pkg.github.com/Banuba/banuba-ar")
credentials {
username = "Banuba"
password = ""
}
}
maven {
name = "GitHubPackagesEffectPlayer"
url = uri("https://maven.pkg.github.com/sdk-banuba ... dk-android")
credentials {
username = "sdk-banuba"
password = ""
}
}
My team leader can build the project fine, but I cannot.
I tried generating a personal GitHub access token from my GitHub account, but GitHub says I do not have access to these repositories.
Question
How can I resolve this 401 Unauthorized error?
Do I need to be added to the Banuba GitHub organization or have access to the private packages?
Or does my team leader need to provide me with a token that has permission to download Banuba SDK packages?
Any help would be appreciated.
Подробнее здесь: https://stackoverflow.com/questions/798 ... b-packages
Banuba SDK — Gradle 401 не авторизован при разрешении пакетов (пакеты GitHub) ⇐ Android
Форум для тех, кто программирует под Android
1764701402
Anonymous
Руководитель моей группы пригласил меня в частный репозиторий GitHub для проекта Flutter.
Проект успешно работает на его компьютере, но когда я пытаюсь запустить его на своем компьютере (Windows + Android Studio), я получаю следующую ошибку:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.banuba.sdk:effect-player-adapter:1.47.0.
Required by: project :app
> Could not get resource 'https://maven.pkg.github.com/Banuba/...'
> Could not GET 'https://maven.pkg.github.com/Banuba/...'.
Received status code 401 from server: Unauthorized
> Could not resolve com.banuba.sdk:pe-sdk:1.2.17.
I checked the build.gradle file and found that the project includes these private Maven repositories:
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/Banuba/banuba-ve-sdk")
credentials {
username = "Banuba"
password = ""
}
}
maven {
name = "ARCloudPackages"
url = uri("https://maven.pkg.github.com/Banuba/banuba-ar")
credentials {
username = "Banuba"
password = ""
}
}
maven {
name = "GitHubPackagesEffectPlayer"
url = uri("https://maven.pkg.github.com/sdk-banuba/banuba-sdk-android")
credentials {
username = "sdk-banuba"
password = ""
}
}
My team leader can build the project fine, but I cannot.
I tried generating a personal GitHub access token from my GitHub account, but GitHub says I do not have access to these repositories.
Question
How can I resolve this 401 Unauthorized error?
Do I need to be added to the Banuba GitHub organization or have access to the private packages?
Or does my team leader need to provide me with a token that has permission to download Banuba SDK packages?
Any help would be appreciated.
Подробнее здесь: [url]https://stackoverflow.com/questions/79836237/banuba-sdk-gradle-401-unauthorized-when-resolving-packages-github-packages[/url]
Ответить
1 сообщение
• Страница 1 из 1
Перейти
- Кемерово-IT
- ↳ Javascript
- ↳ C#
- ↳ JAVA
- ↳ Elasticsearch aggregation
- ↳ Python
- ↳ Php
- ↳ Android
- ↳ Html
- ↳ Jquery
- ↳ C++
- ↳ IOS
- ↳ CSS
- ↳ Excel
- ↳ Linux
- ↳ Apache
- ↳ MySql
- Детский мир
- Для души
- ↳ Музыкальные инструменты даром
- ↳ Печатная продукция даром
- Внешняя красота и здоровье
- ↳ Одежда и обувь для взрослых даром
- ↳ Товары для здоровья
- ↳ Физкультура и спорт
- Техника - даром!
- ↳ Автомобилистам
- ↳ Компьютерная техника
- ↳ Плиты: газовые и электрические
- ↳ Холодильники
- ↳ Стиральные машины
- ↳ Телевизоры
- ↳ Телефоны, смартфоны, плашеты
- ↳ Швейные машинки
- ↳ Прочая электроника и техника
- ↳ Фототехника
- Ремонт и интерьер
- ↳ Стройматериалы, инструмент
- ↳ Мебель и предметы интерьера даром
- ↳ Cантехника
- Другие темы
- ↳ Разное даром
- ↳ Давай меняться!
- ↳ Отдам\возьму за копеечку
- ↳ Работа и подработка в Кемерове
- ↳ Давай с тобой поговорим...
Мобильная версия