gpt4 book ai didi

spring-boot - Spring Cloud Config Server - Git - 未授权

转载 作者:行者123 更新时间:2023-12-05 02:44:42 28 4
gpt4 key购买 nike

我有一个使用 Spring Cloud Config 的 Spring-Boot 应用程序,我正在尝试从 Bitbucket 获取该应用程序的配置文件。前段时间我能够获取配置文件,但现在当我尝试通过配置服务器 url 访问时出现错误。

应用程序.yml:

server:
port: 8888
spring:
application:
name: config-server
cloud:
config:
server:
git:
password: ##########
username: ##########
uri: https://USERNAME@bitbucket.org/repositorios-closeup/cup-configuration-files
searchPaths: '{application}'

当我尝试访问 url 时,应用程序显示错误 - NOT AUTHORIZED:

org.eclipse.jgit.api.errors.TransportException: https://USERNAME@bitbucket.org/repositorios-closeup/cup-configuration-files: not authorized

at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:254) ~[org.eclipse.jgit-5.1.3.201810200350-r.jar:5.1.3.201810200350-r]
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:306) ~[org.eclipse.jgit-5.1.3.201810200350-r.jar:5.1.3.201810200350-r]

有人知道这是怎么回事吗?我已经检查了 bitbucket 上的所有凭据和 url。

最佳答案

我必须在我的 Github 用户设置上生成一个个人访问 token 。并使用它,而不是真正的密码。

enter image description here

我知道您提到了 Bitbucket,但我在 Github 上遇到了同样的问题。这就是我解决“未授权”消息的方法。

关于spring-boot - Spring Cloud Config Server - Git - 未授权,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66320935/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com