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 4 months ago
Votes Newest

Answers 52


oops sorry! And yes I have set up the access token from gitlab and that’s what I’m passing in git_pass

  
  
Posted 4 months ago

And can you manually clone the same exact commit on the machine running the agent?

  
  
Posted 4 months ago

wait.

  
  
Posted 4 months ago

you said you're on ubuntu... please describe exactly where/how the server + agent are set up

  
  
Posted 4 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 4 months ago

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

  
  
Posted 4 months ago

Can you also add a full log of the run that was showing the git pass in the startup print?

  
  
Posted 4 months ago

and each individual machine in the process

  
  
Posted 4 months ago

I'd still remove them 🙂

  
  
Posted 4 months ago

I generated the access token in gitlab and passed it to git_pass

  
  
Posted 4 months ago

as you can see enable_git_ask_pass is set to true

  
  
Posted 4 months ago

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

  
  
Posted 4 months ago

noted and updated

  
  
Posted 4 months ago

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

  
  
Posted 4 months ago

the local machine does not have clearml-agent

  
  
Posted 4 months ago

actually sorry it’s 20.04

  
  
Posted 4 months ago

What OS are you on?

  
  
Posted 4 months ago

Also, make sure to install virtualenv, I see there was a failure in the log on that as well

  
  
Posted 4 months ago

they all seem to have the ‘glpat’ prefix before them

  
  
Posted 4 months ago

Try installing virtualenv on the ubuntu machine running the agent

  
  
Posted 4 months ago

the macbook is the local machine, it has the script that uses execute_remotely

  
  
Posted 4 months ago

and force_git_ssh_protocol to false, I have also tried turning it to true and enable_git_ask_pass to false but no luck

  
  
Posted 4 months ago
40K Views
52 Answers
4 months ago
4 months ago
Tags
Similar posts