wouldd commented on issue #7419: URL: https://github.com/apache/incubator-devlake/issues/7419#issuecomment-2097839338
@klesh sorry I didn't capture the exact wording, and my machine rebooted since. obviously I'm now running a version with my own local fix. Ostensibly it was just a 400 bad request response from AZD reported by the git cli. I guess I'm assuming that other people using AZD would be seeing the same issue with the latest code? I can confirm that for me switching the base command to being bash and the args to be: args := []string{"-c", "git -c http.extraHeader=\"Authorization: Basic "+sEnc+"\" clone "+ taskData.Options.Url+" "+localDir+" --bare --progress"} fixed my issue. where I obviously pulled the PAT out of the Options.Url anad b64 encoded it into the sEnc value. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org