Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello, I'M Having Issues With Cloning A Private Repository That Uses Submodules With Private Repositories. I'M Using

Hello, I'm having issues with cloning a private repository that uses submodules with private repositories. I'm using CLEARML_AGENT_GIT_PASS and CLEARML_AGENT_GIT_USER variables to configure credentials (HTTPS). The repository gets cloned, but cloning submodules fails with:

Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

The submodules are added using SSH. I can see that the repository URL is rewritten from SSH to HTTPS Using user/pass credentials - replacing ssh url , but submodules are not. Any ideas how to solve this?

  
  
Posted 6 days ago
Votes Newest

Answers


Deployment is using k8s ( docker.io/allegroai/clearml:2.0.0-613 )

  
  
Posted 6 days ago