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, Can You Help Me With This? Thanks In Advance.

hi, can you help me with this?
thanks in advance.

problem :

  • could not run task
  • could not fetch from bitbucket/gitsetup :
  • clearml-agent: 1.7.0; 1.8.1
agent {
    git_user: "xxx"
    git_pass:"xxx"
    git_host:"bitbucket.org"
    force_git_ssh_protocol: true
    force_git_ssh_user: "xxx"
    enable_git_ask_pass: true
    default_python:"3.11"

    vcs_cache: {
        enabled: true,
        path: ~/.clearml/vcs-cache

        # if git pull failed, always revert to re-cloning the repo, it protects against old user name changes
        clone_on_pull_fail: true
    },

    worker_id: "vm-services:vm-services-xxxx"
    worker_name: "vm-services-xxxx"
}

Logs :

  • also in vs code, there is a pop window that ask to login git/bitbutcket.
  • pic 1 when vcs_cache is not enable
  • pic 2 when vcs_cache is enable
    my current solution :
  • back to clearml-agent: 1.6.1. it works!
    image
    image
  
  
Posted 2 months ago
Votes Newest

Answers 3


you are forcing ssh with force_git_ssh_protocol: true
Have you setup ssh keys ?
If you are using ssh keys, why enable_git_ask_pass: true ?

  
  
Posted 2 months ago

Do you want to use https or ssh to do git clone ? Setting up both in the same time is confusing

  
  
Posted 2 months ago

hi @<1576381444509405184:profile|ManiacalLizard2> thanks for the answer, i will try that!

  
  
Posted 2 months ago
202 Views
3 Answers
2 months ago
2 months ago
Tags