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 one month ago
Votes Newest

Answers 52


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

  
  
Posted one month ago

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

  
  
Posted one month ago

as you can see enable_git_ask_pass is set to true

  
  
Posted one month 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 one month ago

I’m positive, this is where I got it from
image

  
  
Posted one month ago

I generated another one just to show

  
  
Posted one month ago

I do have the virtualenv installed on the same python environment

  
  
Posted one month ago

wait.

  
  
Posted one month ago

Can you add the full log of the run?

  
  
Posted one month ago

Also please try deleting ~/.clearml folder as well

  
  
Posted one month ago

well, I’m not sure how I’d go about cloning just one specific commit but I have cloned the repository
image

  
  
Posted one month ago

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

  
  
Posted one month ago

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

  
  
Posted one month ago

actually sorry it’s 20.04

  
  
Posted one month ago

back then the error was this
image

  
  
Posted one month ago

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

  
  
Posted one month ago

I'd still remove them 🙂

  
  
Posted one month ago

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

  
  
Posted one month ago

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

  
  
Posted one month ago

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

  
  
Posted one month ago

yeah that’s a great question, I’m running the command in a regular terminal on my macbook, nothing to do with vscode

  
  
Posted one month ago

ubuntu 18.04

  
  
Posted one month ago
8K Views
52 Answers
one month ago
one month ago
Tags
Similar posts