Use https for sparse checkout command (#3019)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
ca7b2a0e98
commit
b028304d82
@ -38,8 +38,8 @@ steps:
|
||||
} else {
|
||||
Write-Host "Repository $($repository.Name) is being initialized."
|
||||
|
||||
Write-Host "git clone --no-checkout --filter=tree:0 git://github.com/$($repository.Name) ."
|
||||
git clone --no-checkout --filter=tree:0 git://github.com/$($repository.Name) .
|
||||
Write-Host "git clone --no-checkout --filter=tree:0 https://github.com/$($repository.Name) ."
|
||||
git clone --no-checkout --filter=tree:0 https://github.com/$($repository.Name) .
|
||||
|
||||
Write-Host "git sparse-checkout init"
|
||||
git sparse-checkout init
|
||||
|
||||
Loading…
Reference in New Issue
Block a user