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
wget does not exist on windows by default and instead is an alias to Invoke-WebRequest. For me, this cmdlet does not download to the current folder by default. This means the first step of the tutorial does not work by default on windows, as there is no docker-compose.yml file in the local directory.
wget does not exist on windows by default and instead is an alias to Invoke-WebRequest. For me, this cmdlet does not download to the current folder by default. This means the first step of the tutorial does not work by default on windows, as there is no docker-compose.yml file in the local directory.
User must kill that alias with: ''Remove-item alias:wget" followed by downloading wget: https://eternallybored.org/misc/wget/. Then they can rerun "wget https://raw.githubusercontent.com/starkandwayne/concourse-tutorial/master/docker-compose.yml"
(Or you can probably configure Invoke-WebRequest but I didn't look into this)
The text was updated successfully, but these errors were encountered: