Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
This repository was archived by the owner on May 14, 2025. It is now read-only.

spring boot add --from url results in Access token not provided error #213

@slava-lu

Description

@slava-lu

I would like to use spring boot cli to generate and update dependencies in Java Spring Boot projects according to this doc.
https://docs.spring.io/spring-cli/reference/commands/boot-add.html

My repository is private and can be accessed via http access token.
When I do classical
git clone https://lusv:[email protected]/scm/elca-javacc/elca-spring-boot-cli-web
everything works as expected and repository is cloned without any additional prompts.

But when I try do do the same with spring boot add
spring boot add --from https://lusv:[email protected]/scm/elca-javacc/elca-spring-boot-cli-web

I get the error "Access token not provided for https://bitbucket.svc.elca.ch/scm/elca-javacc/elca-spring-boot-cli-web"

So how do I use spring boot add with http access token? Is it at all supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions