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 Have The User/Pass Set Up On The

I have the user/pass set up on the clearml.conf and also have the enable_git_ask_pass set to True

  
  
Posted 9 months ago
Votes Newest

Answers 52


okay I still can not seem to get the git_pass to show up on the logs, when I make other changes to the clearml.conf they do show up on the logs but not the git_pass any ideas?

  
  
Posted 9 months ago

just to be clear, the second log I sent was awhile ago, anything showing there is largely irrelevant

  
  
Posted 9 months ago

back then the error was this
image

  
  
Posted 9 months ago

From the previous screenshot you showed, it looks like you're using a password and not an access token

  
  
Posted 9 months ago

noted and updated

  
  
Posted 9 months ago

yes, I am aware

  
  
Posted 9 months ago

and you can see it includes the commit that the log mentions

  
  
Posted 9 months ago

the local machine does not have clearml-agent

  
  
Posted 9 months ago

And this is from the same machine running the agent correct?

  
  
Posted 9 months ago

Please rerun again and provide a log that does show the git_pass

  
  
Posted 9 months ago

What OS are you on?

  
  
Posted 9 months ago

I'd still remove them 🙂

  
  
Posted 9 months ago

I am noticing that I also don’t see the enable_git_ask_pass in the logs

  
  
Posted 9 months ago

Also please try deleting ~/.clearml folder as well

  
  
Posted 9 months ago

you are right, I can’t see the git_pass but in the previous logs I see it

  
  
Posted 9 months ago

yes the ubuntu machine is running the agent, and yes all the changes I make to clearml.conf are on that same ubuntu machine

  
  
Posted 9 months ago

You're sure this is a generated token and not a password?
image

  
  
Posted 9 months ago

Strange. Can you add your clearml.conf from the agent machine? Please make sure to obscure all secrets 🙂

  
  
Posted 9 months ago

I do have the virtualenv installed on the same python environment

  
  
Posted 9 months ago

Also, you need to restart the agent between changes in the config

  
  
Posted 9 months ago

actually sorry it’s 20.04

  
  
Posted 9 months ago

update: clearml-agent was stuck on version 1.4.0 it has now been upgraded to the latest version 1.9.2

  
  
Posted 9 months ago
93K Views
52 Answers
9 months ago
9 months ago
Tags
Similar posts