nkdAgility / azure-devops-git-tools

Lets you sync your VSTS and GutHub repos
MIT License
14 stars 11 forks source link

Error "Cannot process argument because the value of argument "path" is null. Change the value of argument "path" to a non-null value." #8

Open stefmsft opened 6 years ago

stefmsft commented 6 years ago

I can't provide more détails as I don't know how to get more debug info from the tool. My agent is VSTS online and I guess the error doesn't show up on local agent. Its consistent everytime I run it. It doesn't even start to process the git command so I suspect this happen when it tries to locate the path of the scripts Cheers

AndreiBrajnicov commented 6 years ago

I got the same error 2018-05-23T13:11:46.2840001Z ##[error]Cannot process argument because the value of argument "path" is null. Change the value of argument "path" to a non-null value. Some idea how to fix it?

simon-letch commented 6 years ago

Me too

bke-daniel commented 5 years ago

Same over here

saigkill commented 5 years ago

Anything new there? I'm running into the same error

saigkill commented 5 years ago

I found out somehing. The Build Pipeline gets the sources at beginning. So i think, git can find the needed information about the repository inside the pulled sources. The Release Pipeline hasn't the function to get the sources per default. So in my case i have decided to use the mirroring inside the Build pipeline.

saratSubramaniam commented 4 years ago

Hello @saigkill - I am facing the same issue with my Azure release pipeline. My intention is to push the artifacts to a GIT repo. Could you please give more idea on how you achieved it ?

gbroch-zz commented 3 years ago

Same issue here, with null path, will attempt build path mirror and update

gbroch-zz commented 3 years ago

Was able to achieve this by doing the following: