You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run a task like "repo put -f ${file}" I get the error:
I think this problem is related with ${file} variable that gets the path to the file in a Windows like slash style.
When I manually change it to a unix like slash style it works.
When I run a task like

"repo put -f ${file}"I get the error:I think this problem is related with
${file}variable that gets the path to the file in a Windows like slash style.When I manually change it to a unix like slash style it works.