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
Unanswered
Hey, I Encountered A Problem With Using User/Pass Git Authentication On Clearml Agents. If I Have A Local Repo Cloned With Ssh, The Agent Will Attempt To Replace The Repo Url With Https, But It Seems That It Doesn'T Remove The 2222 Port In My Case. That L


Hi @<1547028074090991616:profile|ShaggySwan64>

. If I have a local repo cloned with ssh, the agent will attempt to replace the repo url with https,

Yes if you provide git user/pass (or user / app-pass) the agent would automatically replace and ssh:// repo link with the equivalent https:// and user the user/pass for authentication

but it seems that it doesn't remove the 2222 port in my case. That leads to

Hmm,,, what's the clearml-agent version? if this is not the latest 2.0.0rc2 could you test the latest and let us know if this issue persists ?
(because I think you are correct , it cannot assume it's the same port, my guess it just leaves it as is)

  
  
Posted 2 months ago
78 Views
0 Answers
2 months ago
2 months ago