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
I Am Getting Error When Cloning Tfs Repository With Error . We User Https To Clone And Have No Possibility Yet With Ssh. "Check If Remote-Worker Has Valid Credentials [See Worker Configuration File]." I Have Added Below Config In /Home/Ubuntu-User/Clearm

i am getting error when cloning tfs repository with error . We user https to clone and have no possibility yet with ssh. "Check if remote-worker has valid credentials [see worker configuration file]." I have added below config in /home/ubuntu-user/clearml.conf file agent {

git_user: "gitusername"
git_pass:<personal access token>
git_host: " [None](https://tfs.x.org) "

}

  
  
Posted 11 months ago
Votes Newest

Answers 2


Hi @<1562973095227035648:profile|ThoughtfulOctopus83>
The host should be just the host name, no https prefix, I'm assuming that's the issue

  
  
Posted 11 months ago

@<1523701205467926528:profile|AgitatedDove14> Thanks for quick replay. You are correct, issue resolved after removing https.

  
  
Posted 11 months ago
615 Views
2 Answers
11 months ago
11 months ago
Tags