JamesRandall / Vsts-GitHub-Pages-Publish

A VSTS build and release task that publishes to GitHub Pages
MIT License
12 stars 6 forks source link

Can't clone repo #2

Open lslocum opened 5 years ago

lslocum commented 5 years ago

This line fails to clone the repo git clone https://${githubusername}:$githubaccesstoken@github.com/$githubusername/$repositoryname.git --branch=gh-pages $defaultWorkingDirectory\ghpages --quiet

If I remove the user name in the url to be this git clone https://${githubusername}:$githubaccesstoken@github.com/$repositoryname.git --branch=gh-pages $defaultWorkingDirectory\ghpages --quiet I can clone the repo.

I am an administrator on the repo, but I do not own it. What user should I be using? What am I doing wrong?

seanmcilvenna commented 2 years ago

I have the same issue here... I can't use this plugin for this reason.