Closed eduanb closed 5 years ago
try with these settings
spring:
cloud:
config:
server:
git:
uri: git@github.com:.... # your repo url here
ignoreLocalSshSettings: true # to ignore local ssh settings
strictHostKeyChecking: false # not to be strict validating the host public key
host-key: # the host public key here, take out the last non Base46 part with @ character
host-key-algorithm: # key algorithm here
private-key: # private key here with format as documented
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
I ran into the same issue today... when I use my host and private key files I can connect to gitlab but when I add the keys to a config file I get the hung up unexpectidly exception...
I have the same issue. @DeonNel1 how did did you use the key file ?
There needs to be some documentation, its like wading through mud just trying to get SpringConfig to connect to bitbucket. Has anyone got it working,
Spring cloud version: 2.1.7.RELEASE Spring boot version: Greenwich.SR2
When copying the exact application.yml example from the documentation where you set a private key I get the following exception. Changing the URI to a correct one has no effect. Generating a new key has the same issue.