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
Hi, I Was Running A Trains Agent (Version

Hi, I was running a trains agent (version 1.16.1 ) on a remote machine.
I notice that even if in the trains.conf agent.git_user, agent.git_pass was set, the trains agent wasn't able to clone the repository if the user / password was not set in the git of the machine
Has someone had the same problem?

  
  
Posted 3 years ago
Votes Newest

Answers 4


Also, what is the git repository URL? is it https or ssh? Are you using the same git user/pass in your dev machine, or are you using an SSH key there?

  
  
Posted 3 years ago

Oh. Well, when the agent starts running it outputs the configuration to the console, including the git username detected in the configuration - can you see it there?

  
  
Posted 3 years ago

Hi SmugOx94 ,

I notice that even if in the

trains.conf

  agent.git_user, agent.git_pass was set

You mean in your development machine?

  
  
Posted 3 years ago

agent.git_user, agent.git_pass was set in the remote machine
To launch the experiment I was simply using the UI of Allegro

  
  
Posted 3 years ago
533 Views
4 Answers
3 years ago
one year ago
Tags
Similar posts