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
When I Run My Tasks On The Remote Machine It Runs Successfully. However When My Colleague Tries To Run His Task On The Same Remote Machine It Fails To Access Git ("Clearml_Agent: Error: Failed Cloning Repository."). I Think That We Both Use Different Auth

when i run my tasks on the remote machine it runs successfully. However when my colleague tries to run his task on the same remote machine it fails to access git ("clearml_agent: ERROR: Failed cloning repository."). I think that we both use different authentication methods on our personal PCs (i use ssh credentials and he uses private tokens). Is there a way to instruct the agent to always use the available credentials on the remote machine?
I tried changing the flag "force_git_ssh_protocol" to true on the remote machine but it didn't help

  
  
Posted one year ago
Votes Newest

Answers 9


And as I mentioned the only difference is that it's being cloned & enqueued from different users basically?

  
  
Posted one year ago

Both of are trying to run the same code from the same repository on the same queue and machine.

  
  
Posted one year ago

HI Jake, thank you for your help. I set the flag force_git_ssh_protocol to true and it solved the issue. thanks

  
  
Posted one year ago

ScantCrab97 what authentication mode are you using, what does your colleague use?

  
  
Posted one year ago

Yes, you are right

  
  
Posted one year ago

Hi ScantCrab97 , what is the flow you and your colleague follow? Both simply clone and enqueue from the UI but simply use different accounts on the same workspace? Are the queues exactly the same (checking so no different ~/clearml.conf files are used)

  
  
Posted one year ago

HI, the agent is configured without password nor user name. As instructed during the installation.

  
  
Posted one year ago

I am using ssh credentials and my colleague git token

  
  
Posted one year ago

And how is the agent configured to authenticate with GitHub?

  
  
Posted one year ago
565 Views
9 Answers
one year ago
one year ago
Tags
Similar posts