访问EndPoint时会出现没有权限 There was an unexpected error (type=Unauthorized, status=401). Full authentication is required to access this resource. # 关闭权限验证 management: security: enabled: false…
Cannot clone or checkout repository, 出现这个异常,通过检查是因为自己本地没有配置 ssh,所以配置了, https://blog.csdn.net/zy_281870667/article/details/79676590 同时也配置了 git的账号密码,之后还是出现了 异常, Authentication is required but no CredentialsProvider has been registered https://blog.csdn…