仓库需要账号密码验证才能使用?
这是啥原因呢?
我没有包含这个 lib_common
只包含了
implementation 'com.github.Blankj:AndroidUtilCode:1.30.0'
```bash
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.github.Blankj:lib_common:1.30.0.
Required by:
project :app > com.github.Blankj:AndroidUtilCode:1.30.0 > com.github.Blankj.AndroidUtilCode:utilcode-export:1.30.0
> Could not resolve com.github.Blankj:lib_common:1.30.0.
> Could not get resource 'https://jitpack.io/com/github/Blankj/lib_common/1.30.0/lib_common-1.30.0.pom'.
> Could not GET 'https://jitpack.io/com/github/Blankj/lib_common/1.30.0/lib_common-1.30.0.pom'. Received status code 401 from server: Unauthorized
> Could not resolve com.github.Blankj:lib_common:1.30.0.
> Could not get resource 'https://www.jitpack.io/com/github/Blankj/lib_common/1.30.0/lib_common-1.30.0.pom'.
> Could not GET 'https://www.jitpack.io/com/github/Blankj/lib_common/1.30.0/lib_common-1.30.0.pom'. Received status code 401 from server: Unauthorized
```