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
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

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 leads to
Using user/pass credentials - replacing ssh url ' None ' with https url ' None '
fatal: unable to access ' None ': gnutls_handshake() failed: An unexpected TLS packet was received.
I wonder if that is expected? Can I do something about it?

  
  
Posted 2 months ago
Votes Newest

Answers 2


This is on 1.9.3, I'm afraid I won't have the capacity to test with 2.0 in the coming days...

  
  
Posted 2 months ago

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